Jie Lou
05/06/2020, 2:24 PMCronClock("00 16 * * *",parameter_defaults=MY_PARAMETER_1)
to schedule one flow. And then I also have another flow with different batch of parameters to be scheduled at the same time, CronClock("00 16 * * *",parameter_defaults=MY_PARAMETER_2)
. And then I set flow.schedule=Schedule(clocks=[clock1,clock2])
, and then register the flow. In cloud UI, I just see one flow scheduled instead of two. If I tweak the time a bit, i.e., set CronClock("05 16 * * *",parameter_defaults=MY_PARAMETER_2)
, then two flows are scheduled as expected. It seems like if two flows are scheduled at the same time, then only on will be picked. It’d better if it allows multiple flows scheduled at the same time.nicholas
05/06/2020, 2:30 PMJie Lou
05/06/2020, 2:34 PMnicholas
05/06/2020, 2:35 PMJie Lou
05/06/2020, 2:37 PMArsenii
05/06/2020, 2:50 PMnicholas
05/06/2020, 2:50 PMJie Lou
05/06/2020, 3:07 PMnicholas
05/06/2020, 11:34 PMJie Lou
05/06/2020, 11:39 PM