mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 23:26:10 +02:00
✨ Improve worker queue management
and add specific worker instance for webhooks
This commit is contained in:
parent
7f589b09ca
commit
c0a4b7dc76
3 changed files with 106 additions and 84 deletions
|
@ -108,7 +108,9 @@
|
|||
|
||||
(s/def ::default-executor-parallelism ::us/integer)
|
||||
(s/def ::scheduled-executor-parallelism ::us/integer)
|
||||
(s/def ::worker-parallelism ::us/integer)
|
||||
|
||||
(s/def ::worker-default-parallelism ::us/integer)
|
||||
(s/def ::worker-webhook-parallelism ::us/integer)
|
||||
|
||||
(s/def ::authenticated-cookie-domain ::us/string)
|
||||
(s/def ::authenticated-cookie-name ::us/string)
|
||||
|
@ -222,7 +224,8 @@
|
|||
::error-report-webhook
|
||||
::default-executor-parallelism
|
||||
::scheduled-executor-parallelism
|
||||
::worker-parallelism
|
||||
::worker-default-parallelism
|
||||
::worker-webhook-parallelism
|
||||
::file-change-snapshot-every
|
||||
::file-change-snapshot-timeout
|
||||
::user-feedback-destination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue