Hi Everyone, can anyone please tell me what exactl...
# ask-community
n
Hi Everyone, can anyone please tell me what exactly this means and how can force worker to this. this is in retry state for more than 10 minutes
j
Hi Nimesh. A worker is a lightweight polling process that kick off scheduled flow runs. The message and error that you’re sharing says that the work queue you’re using to run your work has a problem because it’s not being polled by a worker. You should be able to see more information in your work pool or work queue logs.
n
Hi jenny thankyou for responding I am running prefect locally using the docker, could you please tell me where i can get the work queue logs. Cant see any logs on orion or agent docker
j
So the simplest answer is can you check your agent is running? It looks from the UI that it’s no longer polling. The longer answer to help your understanding is that workers are an upgraded version of agents - https://docs.prefect.io/latest/guides/upgrade-guide-agents-to-workers/
n
What should i do if my work queue goes in this state ? Currently since 2.16.3 upgrade is in POC stage i am restarting my agent to make thing works
j
Are you actually using an agent or a worker? (Sorry slack is hard so I’m not sure if that’s just a language/word choice thing). If you can, I’d upgrade to a worker. The guide I shared should help with that!
n
Thanks jenny, i will try the link
🙌 1