We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b11ac commit 6202f45Copy full SHA for 6202f45
workflows/readout-dataflow.yaml
@@ -2079,7 +2079,7 @@ roles:
2079
- name: stop
2080
call:
2081
func: trg.RunStop()
2082
- trigger: before_STOP_ACTIVITY
+ trigger: before_STOP_ACTIVITY-10
2083
timeout: "{{ trg_stop_timeout }}"
2084
critical: false
2085
- name: unload
@@ -2091,7 +2091,7 @@ roles:
2091
- name: errorcleanup
2092
2093
func: trg.Cleanup()
2094
- trigger: before_GO_ERROR
+ trigger: before_GO_ERROR-10
2095
timeout: "{{ trg_cleanup_timeout }}"
2096
2097
- name: destroycleanup
0 commit comments