Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting Priority on Sidekiq Dynamic Queues #161

Open
ishields opened this issue Aug 19, 2024 · 0 comments
Open

Setting Priority on Sidekiq Dynamic Queues #161

ishields opened this issue Aug 19, 2024 · 0 comments

Comments

@ishields
Copy link

ishields commented Aug 19, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant