Skip to content

Commit 1f0bc32

Browse files
committed
docs: update config reference
1 parent 1e5f7b1 commit 1f0bc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/CONFIG_REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
| `CAMUNDA_SUPPORT_LOGGER` | boolean | `false` | Optional | | Alias for CAMUNDA_SUPPORT_LOG_ENABLED (deprecated). |
5050
| `CAMUNDA_WORKER_TIMEOUT` | int || No default | | Default job timeout in ms for all workers. Individual JobWorkerConfig.jobTimeoutMs overrides this. |
5151
| `CAMUNDA_WORKER_MAX_CONCURRENT_JOBS` | int || No default | | Default max parallel jobs for all workers. Individual JobWorkerConfig.maxParallelJobs overrides this. |
52-
| `CAMUNDA_WORKER_REQUEST_TIMEOUT` | string || No default | | Default long-poll timeout in ms for all workers (signed integer string; negative values are valid — they cause activation to complete immediately when no jobs are available). Individual JobWorkerConfig.pollTimeoutMs overrides this. |
52+
| `CAMUNDA_WORKER_REQUEST_TIMEOUT` | signedInt || No default | | Default long-poll timeout in ms for all workers. Negative values cause activation to complete immediately when no jobs are available. Individual JobWorkerConfig.pollTimeoutMs overrides this. |
5353
| `CAMUNDA_WORKER_NAME` | string || No default | | Default worker name for all workers. Individual JobWorkerConfig.workerName overrides this. |
5454
| `CAMUNDA_WORKER_STARTUP_JITTER_MAX_SECONDS` | int || No default | | Default startup jitter in seconds for all workers. Individual JobWorkerConfig.startupJitterMaxSeconds overrides this. |

0 commit comments

Comments
 (0)