Ability to Have Multiple Addressable Queues #12636
Unanswered
JonGoldmanPlaybill
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we are using a config that has a separate docker container executing the queue jobs for our Craft install.
It would be very helpful to be able to have separate addressable queues that we could split into additional containers. e.g.: Have one queue to process Cache clears, one for Craft native queue events, and another for a specific module that I need taken care of in an isolated way.
This would not only permit clear management of the queues, but also if one queue "breaks" (i.e., we have sometimes had issues with our cache provider slowing down responses) then it doesn't delay the rest from executing jobs to keep the site up.
Beta Was this translation helpful? Give feedback.
All reactions