https://prefect.io logo
#prefect-server
Title
# prefect-server
a

Architha Rao

11/03/2021, 11:31 AM
Hi. I am completely new to prefect and I am facing an issue. I have a prefect docker agent deployed. A flow attached to it shall be triggered when an input is passed and the flow shall be immediately set to run state. It's been working perfectly fine until yesterday I observed the flows are in the scheduled state infinitely. SO every new input keeps adding new fllow runs but all into an infinitely scheduled state. Any inputs would be helpful. Thanks in advance.
p

Prasanth Kothuri

11/03/2021, 11:40 AM
is the agent running, if yes check the labels on the flow and agent to make sure flow can be scheduled on the agent
upvote 1
a

Architha Rao

11/03/2021, 12:10 PM
Hi. Yes. The agent is running and the labels on the flow and the agent match.
2 Views