Donnchadh McAuliffe
02/25/2022, 1:14 PMAnna Geller
02/25/2022, 1:23 PMDonnchadh McAuliffe
02/25/2022, 1:29 PMdeployment_id
and flow_id
but the remaining flow_runs of that schedule will have tasks containing the updated code?Anna Geller
02/25/2022, 1:33 PMDonnchadh McAuliffe
02/25/2022, 1:33 PMAnna Geller
02/25/2022, 1:37 PMpush_to_server=True
to True or False in your DeploymentSpec
.
1. If you set it to True
, then you need to redeploy i.e. recreate your deployment because your flow configuration was pushed to server and any time you run or schedule new flow runs, Orion retrieves the flow from server (i.e. backend database)
2. If you set this to False
, then you don't need to do anything. Just update your code by adding new tasks and Orion will automatically retrieve your updated flow. You could even update the flow version to indicate that something changed in your flow.Donnchadh McAuliffe
02/25/2022, 1:55 PM