SO I registered my flows in prefect cloud. I tried...
# prefect-community
m
SO I registered my flows in prefect cloud. I tried to run one on demand. However, It is not running. It says running late. Am I missing a set up step here?
c
Hi @Matthew Maldonado - yes, all Prefect flows need to be run through a Prefect Agent. I recommend checking out this deployment tutorial: https://docs.prefect.io/orchestration/tutorial/first.html#run-flow-with-the-prefect-api
m
Prefect agent is running. It succesfully registers my flows
c
Hm agents don’t register flows though
is what I get back when running the flow
sorry my mistake
c
OK so it appears this flow has a single label. Labels are a way of connecting flows with agents, so you need to ensure that the agent you start has the same labels as your flow