Skip to content

Commit

Permalink
Add option to enable new EndOfStream
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Nov 26, 2024
1 parent e09b9ba commit 52749f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DATA/common/getCommonArgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fi
[[ $NORATELOG == 1 ]] && ARGS_ALL+=" --fairmq-rate-logging 0"

[[ ! -z ${O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT:-} ]] && ARGS_ALL+=" --exit-transition-timeout $O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT"
[[ ! -z ${O2_DPL_PROCESSING_TRANSITION_TIMEOUT_DEFAULT:-} ]] && ARGS_ALL+=" --data-processing-timeout $O2_DPL_PROCESSING_TRANSITION_TIMEOUT_DEFAULT"

true

Expand Down

0 comments on commit 52749f8

Please sign in to comment.