hey, I triggered these ad-hoc by clicking the play...
# prefect-server
b
hey, I triggered these ad-hoc by clicking the play button runs and they are in scheduled state since forever.
m
Did your agent pick them up? What is your configuration?
🙏 1
b
this is a local configuration, I have not set up any agent in particular. I'll look into agents
m
The agent is the process that is polling the api for scheduled flow runs and executing them. If you don't have one set up, your flows will never execute. You should also have a work-queue the agent is 'listening to'. This documentation might help to understand the architecture a little better: https://orion-docs.prefect.io/concepts/work-queues/
💯 1
👀 1
It's also important that your deployment is tagged with the work-queue name btw, otherwise it will not be picked up by the agent
b
It worked thanks 🙂
🙌 1