You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: