I am seeing a work queue status as unhealthy in th...
# prefect-ui
n
I am seeing a work queue status as unhealthy in the UI. What exactly does this mean and how can I fix it?
r
is the agent down that is polling that queue?
n
I do have an agent running on the queue right now
But it isn’t picking up any of the flow runs I schedule
r
normally an issue with queue name and the queue name specified on the deployment
j
Hi @Nelson Griffiths - we determine a work queue's health based on whether it has any late runs and whether it has an agent polling it. It looks like you have a concurrency of 5 runs - have you checked if there are active runs blocking new ones being picked up? (There should be a show active runs button on your upcoming runs tab if so.)
n
There was nothing blocking it. Deleting the work queue and recreating it seemed to do the trick though and my agent started picking up runs
j
Interesting! Thanks for the update!