Skip to content

Setting Priority on Sidekiq Dynamic Queues #161

@ishields

Description

@ishields

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions