Skip to content

Commit ccd2727

Browse files
authored
OCTRL-899 make sure to perform ccdb.RunStop only once EOEOR is available (#656)
Which was not the case for enter_ERROR, while after_GO_ERROR should guarantee that.
1 parent 67003d3 commit ccd2727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/readout-dataflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ roles:
20912091
- name: error # the plugin makes sure to publish an object only if we go to error after a run was started and only once
20922092
call:
20932093
func: ccdb.RunStop()
2094-
trigger: enter_ERROR
2094+
trigger: after_GO_ERROR
20952095
timeout: "{{ ccdb_stop_timeout }}"
20962096
critical: false
20972097
- name: bookkeeping

0 commit comments

Comments
 (0)