You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/CONFIG_REFERENCE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,6 @@
49
49
|`CAMUNDA_SUPPORT_LOGGER`| boolean |`false`| Optional || Alias for CAMUNDA_SUPPORT_LOG_ENABLED (deprecated). |
50
50
|`CAMUNDA_WORKER_TIMEOUT`| int | — | No default || Default job timeout in ms for all workers. Individual JobWorkerConfig.jobTimeoutMs overrides this. |
51
51
|`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. |
53
53
|`CAMUNDA_WORKER_NAME`| string | — | No default || Default worker name for all workers. Individual JobWorkerConfig.workerName overrides this. |
54
54
|`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