Skip to content

Commit

Permalink
OCTRL-899 make sure to perform ccdb.RunStop only once EOEOR is availa…
Browse files Browse the repository at this point in the history
…ble (#656)

Which was not the case for enter_ERROR, while after_GO_ERROR should guarantee that.
  • Loading branch information
knopers8 authored Jul 17, 2024
1 parent 67003d3 commit ccd2727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,7 @@ roles:
- name: error # the plugin makes sure to publish an object only if we go to error after a run was started and only once
call:
func: ccdb.RunStop()
trigger: enter_ERROR
trigger: after_GO_ERROR
timeout: "{{ ccdb_stop_timeout }}"
critical: false
- name: bookkeeping
Expand Down

0 comments on commit ccd2727

Please sign in to comment.