-
Hi there! When creating queues without a schedule (e.g. to be executed in a FIFO order), I currently only see the option to make all jobs in that queue run sequentially using "exclusive: true" as a default job parameter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @boredland! |
Beta Was this translation helpful? Give feedback.
Hi @boredland!
exclusive
is indeed not meant for limiting load on your application, but for cases where race conditions need to be prevented. Quirrel doesn't have an option for limiting concurrent execution, as it's built with serverless deployments in mind, where infrastructure scale isn't a concern.