Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ defaults:
odc_configure_timeout: "60s"
odc_start_timeout: "60s"
odc_stop_timeout: "60s"
odc_goerror_timeout: "60s"
odc_reset_timeout: "60s"
odc_partitionterminate_timeout: "60s"
odc_cleanup_timeout: "60s"
Expand Down Expand Up @@ -1928,6 +1929,13 @@ roles:
await: after_STOP_ACTIVITY-50
timeout: "{{ odc_stop_timeout }}"
critical: true
- name: go-error
call:
func: odc.EnsureStop()
trigger: before_GO_ERROR
await: after_GO_ERROR-1
timeout: "{{ odc_goerror_timeout }}"
critical: true
- name: reset
call:
func: odc.Reset()
Expand Down
Loading