jeff n
01/15/2021, 11:16 PMprojects with one set of runs and accounts with another set of runs but both of the runs are the same flow code and need to run separately.nicholas
jeff n
01/15/2021, 11:23 PMnicholas
clock1 = clocks.CronClock("1 * * * *", parameter_defaults={"foo": "bar"})
clock2 = clocks.CronClock("2 * * * *", parameter_defaults={"foo": "batz"})
schedule = Schedule(clocks=[clock1, clock2])
flow.schedule = schedulenicholas
jeff n
01/15/2021, 11:31 PMjeff n
01/15/2021, 11:48 PMnicholas