sidekiq-limit_fetch
sidekiq-limit_fetch copied to clipboard
Setting Priority on Sidekiq Dynamic Queues
I have a few queues that are higher priority than the dynamic queues. I'm having a hard time understanding how to specify priority when using dynamic queues? Ex:
Queue "critical_queue" has a limit of 10 jobs to process at a time, but has the highest priority.
"queue_dynamic_2", "queue_dynamic_3" are dynamic generated, have a limit of 10 jobs to process at a time and lowest priority.
When running jobs if there are any pending jobs in "critical_queue", it should always be running 10 jobs until there are no pending jobs.
How can I go about this?
@deanpcmad Did you have any advice on this one? Still an issue for us unfortunately. Thanks!