clay
04/13/2023, 1:00 PMcron_schedule="15 2 * * 1-5"
in the schedule definition (changing the 1 to to a 2). When I pushed this change, the flow automatically started to run again, even though it just ran successfully a few hours ago. Is that a bug? Or is there another way to make these schedule changes where it remembers that it successfully ran within the window provided?daniel
04/13/2023, 1:49 PMclay
04/13/2023, 2:28 PMdefault_status=DefaultScheduleStatus.RUNNING
, will that also avoid the problem? Or do I then need to manually toggle the schedule back on?daniel
04/13/2023, 2:49 PMclay
04/13/2023, 2:51 PM