Skip to content

Commit

Permalink
Ensure trg.RunStop happens strictly before the O² stop timestamp (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
teo authored Dec 16, 2024
1 parent 12b11ac commit 0265561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,7 @@ roles:
- name: stop
call:
func: trg.RunStop()
trigger: before_STOP_ACTIVITY
trigger: before_STOP_ACTIVITY-10
timeout: "{{ trg_stop_timeout }}"
critical: false
- name: unload
Expand All @@ -2091,7 +2091,7 @@ roles:
- name: errorcleanup
call:
func: trg.Cleanup()
trigger: before_GO_ERROR
trigger: before_GO_ERROR-10
timeout: "{{ trg_cleanup_timeout }}"
critical: false
- name: destroycleanup
Expand Down

0 comments on commit 0265561

Please sign in to comment.