Hello When I stop agent service, the flow runs sc...
# prefect-getting-started
d
Hello When I stop agent service, the flow runs schedule still written to database. When I started back the agent, the missed flow runs schedule running all at once. How to prevent this from happening and make it only 1 flow run at time for the same flow?
1
r
d
is it possible to limit conccurency for 1 specific flow? or I need to assign other flows into another work-pool?
r
Create a work pool purely for that flow and set the pool concurrency to one yeah
🙌 1
you can set the limits on a tag too but that is for tascks not flows
prefect concurrency-limit create one_only 1