Hello,
When I register a flow, it becomes automatically scheduled. Then I need to set manually scheduled off. Is there any config to make it by default false? There was no such a problem couple of months ago.
k
Kevin Kho
10/04/2021, 11:34 PM
You probably want:
flow.register(set_schedule_active=False)
. There was indeed a slight change that helped the registration of very large flows by batching them into requests and this needed the schedule to be set as active