Skip to content

Commit

Permalink
Merge pull request #193 from zeebe-io/ck-fix-worker-default-config
Browse files Browse the repository at this point in the history
fix: use previously completionDelay default
  • Loading branch information
Zelldon authored Sep 17, 2024
2 parents ffc004d + 19f7f3e commit 9a2c84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/test/golden/workers.golden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
-Dapp.worker.workerName="benchmark"
-Dapp.worker.jobType="benchmark-task"
-Dapp.worker.payloadPath="bpmn/big_payload.json"
-Dapp.worker.completionDelay=300ms
-Dapp.worker.completionDelay=50ms
-XX:+HeapDumpOnOutOfMemoryError
- name: LOG_LEVEL
value: "WARN"
Expand Down
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ workers:
# that should be used to complete the corresponding jobs
payloadPath: "bpmn/big_payload.json"
# Workers.benchmark.payloadPath defines the delay of the worker before completing a job
completionDelay: 300ms
completionDelay: 50ms
# Workers.benchmark.logLevel defines the logging level for the benchmark worker
logLevel: "WARN"
# Workers.benchmark.resources defines the resources for the benchmark worker
Expand Down

0 comments on commit 9a2c84b

Please sign in to comment.