Skip to content

Commit

Permalink
feat: remove repeated completion delay, and only add this if not set.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-lourenco-lopes committed Oct 23, 2024
1 parent 95ecaf2 commit 6ed220d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/zeebe-benchmark/templates/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ spec:
-Dapp.worker.capacity={{ $worker.capacity }}
{{- end }}
-Dapp.worker.pollingDelay=1ms
-Dapp.worker.completionDelay=50ms
-Dapp.worker.workerName={{ $workerName | quote }}
{{- if $worker.jobType }}
-Dapp.worker.jobType={{ $worker.jobType | quote }}
Expand All @@ -44,7 +43,9 @@ spec:
{{- end}}
{{- if $worker.completionDelay }}
-Dapp.worker.completionDelay={{ $worker.completionDelay }}
{{- end}}
{{- else }}
-Dapp.worker.completionDelay=50ms
{{- end }}
{{- if $worker.message }}
-Dapp.worker.sendMessage=true
-Dapp.worker.messageName={{ $worker.message.name | quote }}
Expand Down

0 comments on commit 6ed220d

Please sign in to comment.