Hello, currently trying to configure a prefect flo...
# ask-community
j
Hello, currently trying to configure a prefect flow schedule but the behavior doesn't seem to be exactly what I expected. I'm trying to use a RRule string of
FREQ=HOURLY;INTERVAL=1;WKST=MO;BYDAY=MO,TU,WE,TH,FR;BYMINUTE=30
but instead of generating one flow each for 9:30, 10:30, 11:30 etc it seems like it creates multiple flows for these hours. Was wondering if there was a way I could solve this without having to manually adjust the
PREFECT_API_SERVICES_SCHEDULER_MIN_RUNS
value