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've tried a few different ways to get queue priority and/or weighting to work, but can't seem to. How can this be done with dynamic queues? I've tried having multiple dynamic queues, and then specifying them in order:
sidekiq -q critical -q default -q low
I've also tries specifying a single dynamic queue using weights after the queue.
Either way, it doesn't seem to be respecting what I'm asking for.
The text was updated successfully, but these errors were encountered:
I've tried a few different ways to get queue priority and/or weighting to work, but can't seem to. How can this be done with dynamic queues? I've tried having multiple dynamic queues, and then specifying them in order:
sidekiq -q critical -q default -q low
I've also tries specifying a single dynamic queue using weights after the queue.
Either way, it doesn't seem to be respecting what I'm asking for.
The text was updated successfully, but these errors were encountered: