-
-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels