You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``TriggerDagRunOperator`` gains an opt-in ``durable`` flag. When waiting synchronously for the
2
-
triggered run to complete, the run id is persisted before polling so that a worker crash mid-wait
3
-
reconnects to the in-flight run on retry instead of triggering a duplicate run.
1
+
``TriggerDagRunOperator`` gains an opt-in ``durable`` flag that, on a synchronous ``wait_for_completion``, persists the triggered run id before polling so a worker crash mid-wait reconnects to the in-flight run on retry instead of triggering a duplicate run.
0 commit comments