Andrew Moist
06/11/2021, 4:04 PMKevin Kho
clock1 = clocks.IntervalClock(...)
clock2 = clocks.CronClock(...)
# the full schedule
schedule = Schedule(clocks=[clock1, clock2])
flow.schedule = schedule
Kevin Kho
Zach Schumacher
06/11/2021, 4:25 PMAndrew Moist
06/11/2021, 4:41 PM