Replies: 1 comment 1 reply
-
The concurrency setting sets the number of jobs that can be processed in parallel by a given worker. It does not matter if the worker runs in a sandbox or in the main thread, it is the same concept. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't seem to wrap my head around these concepts, could someone explain to me what the difference is between these options?
What if I have 2 queues and their workers, without sandboxing or concurrency, will these block each other from processing?
Beta Was this translation helpful? Give feedback.
All reactions