Skip to content

Commit 6202f45

Browse files
committed
Ensure trg.RunStop happens strictly before the O² stop timestamp
1 parent 12b11ac commit 6202f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflows/readout-dataflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ roles:
20792079
- name: stop
20802080
call:
20812081
func: trg.RunStop()
2082-
trigger: before_STOP_ACTIVITY
2082+
trigger: before_STOP_ACTIVITY-10
20832083
timeout: "{{ trg_stop_timeout }}"
20842084
critical: false
20852085
- name: unload
@@ -2091,7 +2091,7 @@ roles:
20912091
- name: errorcleanup
20922092
call:
20932093
func: trg.Cleanup()
2094-
trigger: before_GO_ERROR
2094+
trigger: before_GO_ERROR-10
20952095
timeout: "{{ trg_cleanup_timeout }}"
20962096
critical: false
20972097
- name: destroycleanup

0 commit comments

Comments
 (0)