https://prefect.io logo
Title
d

Dendi Handian

02/27/2023, 6:15 PM
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

redsquare

02/27/2023, 6:27 PM
d

Dendi Handian

02/27/2023, 6:30 PM
is it possible to limit conccurency for 1 specific flow? or I need to assign other flows into another work-pool?
r

redsquare

02/27/2023, 6:37 PM
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