Hey all - question about interval schedules - if I...
# prefect-server
k
Hey all - question about interval schedules - if I schedule a flow to execute every minute: schedule = IntervalSchedule(interval=timedelta(minutes=1))...but, the flow run takes longer than a minute, will the next flow run wait till the current flow run is complete?
n
Hi @Kenneth Miller - no, unless you've set a flow concurrency limit of 1 (available in Prefect Cloud).