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
If a queue is paused there isn't currently a way to see that from the outside. The process title ends up being "Waiting for items", which is a bit confusing if there are items in the queue (which there likely will be for a paused queue).
This isn't immediately trivial as the Backends handle the pausing and doesn't expose that to the Worker. One solution might be to have the worker more aware of pausing of queues.
The text was updated successfully, but these errors were encountered:
If a queue is paused there isn't currently a way to see that from the outside. The process title ends up being "Waiting for items", which is a bit confusing if there are items in the queue (which there likely will be for a paused queue).
This isn't immediately trivial as the
Backend
s handle the pausing and doesn't expose that to theWorker
. One solution might be to have the worker more aware of pausing of queues.The text was updated successfully, but these errors were encountered: