sidekiq-limit_fetch icon indicating copy to clipboard operation
sidekiq-limit_fetch copied to clipboard

Setting Priority on Sidekiq Dynamic Queues

Open ishields opened this issue 1 year ago • 1 comments

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?

ishields avatar Aug 19 '24 18:08 ishields

@deanpcmad Did you have any advice on this one? Still an issue for us unfortunately. Thanks!

ishields avatar Jan 26 '25 11:01 ishields