Yingbo
09/30/2022, 4:28 PMLocalRun
. I have a single Prefect agent running in a container. I use IntervalSchedule
and set interval=timedelta(seconds=60)
. I expected to see my flow run once every minute indefinitely, but instead, I see 10 flows scheduled on the Dashboard. I tried other schedulers -- Cron, etc -- but it always schedules 10 and only 10 runs. Am I missing something or misunderstanding how schedulers work? ThanksBianca Hoch
09/30/2022, 4:35 PMYingbo
09/30/2022, 4:57 PMScheduled
states", Does this mean that I need to persist some state setting so that it schedules it again even if that flow has been run? I'd like to have it run indefinitely.Bianca Hoch
09/30/2022, 5:13 PMYingbo
09/30/2022, 5:18 PMtowel
service but will check with our team to see if it or something like it could be interfering with Prefect.