Skip to content

Commit eab9d05

Browse files
committed
Make the durable TriggerDagRunOperator newsfragment a single line
1 parent 6e84367 commit eab9d05

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
``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

Comments
 (0)