File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7777 value : " {{ .Values.queueWorkerPro.maxInflight }}"
7878 - name : " scaling_mode"
7979 value : " {{ .Values.jetstreamQueueWorker.mode }}"
80+ {{- if .Values.jetstreamQueueWorker.consumer.inactiveThreshold }}
8081 - name : " consumer_inactive_threshold"
8182 value : " {{ .Values.jetstreamQueueWorker.consumer.inactiveThreshold }}"
83+ {{- end }}
8284 {{- if .Values.jetstreamQueueWorker.consumer.pullMaxMessages }}
8385 - name : " consumer_pull_max_messages"
8486 value : " {{ .Values.jetstreamQueueWorker.consumer.pullMaxMessages }}"
Original file line number Diff line number Diff line change 5959 value : " {{ .Values.maxInflight }}"
6060 - name : " scaling_mode"
6161 value : " {{ .Values.mode }}"
62+ {{- if .Values.consumer.inactiveThreshold }}
6263 - name : " consumer_inactive_threshold"
6364 value : " {{ .Values.consumer.inactiveThreshold }}"
65+ {{- end }}
6466 {{- if .Values.consumer.pullMaxMessages }}
6567 - name : " consumer_pull_max_messages"
6668 value : " {{ .Values.consumer.pullMaxMessages }}"
You can’t perform that action at this time.
0 commit comments