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
Jenny
04/18/2024, 9:46 PM
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
Nimesh Kumar
04/19/2024, 12:29 AM
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
Jenny
04/19/2024, 1:09 AM
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
Nimesh Kumar
04/19/2024, 1:48 AM
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
Jenny
04/19/2024, 2:08 AM
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!