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

Bernardo Galvao

07/15/2022, 9:03 AM
hey, I triggered these ad-hoc by clicking the play button runs and they are in scheduled state since forever.
m

Mathijs Carlu

07/15/2022, 9:08 AM
Did your agent pick them up? What is your configuration?
🙏 1
b

Bernardo Galvao

07/15/2022, 9:10 AM
this is a local configuration, I have not set up any agent in particular. I'll look into agents
m

Mathijs Carlu

07/15/2022, 9:14 AM
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

Bernardo Galvao

07/15/2022, 5:28 PM
It worked thanks 🙂
🙌 1
6 Views