Deployment Manual / Version 2101
Table Of Contentstaskqueues.execution-timeout-milli-seconds
| |
Type | java.time.Duration |
Default | |
Description | Specifies the task queue execution timeout in milliseconds. Defaults to 600000 (10 m). |
taskqueues.execution-warning-timeout-milli-seconds
| |
Type | java.time.Duration |
Default | |
Description | Specifies duration in milliseconds after log warning for all long running tasks should be shown. Defaults to 300000 (5 m). |
taskqueues.number-of-retries
| |
Type | java.lang.Integer |
Default | 10 |
Description | Specifies the number of retries for a MongoDB task. |
taskqueues.polling-interval-milli-seconds
| |
Type | java.time.Duration |
Default | |
Description | Specifies the duration of the task queue polling interval in milliseconds. Used by the scheduler in the MongoDbTaskQueueService. Defaults to 500 (0.5 s). |
taskqueues.recovery-interval-milli-seconds
| |
Type | java.time.Duration |
Default | |
Description | Specifies the duration of the task queue recovery interval in milliseconds. Used by the scheduler in the MongoDbTaskQueueService. Defaults to 60000 (1 m). |
taskqueues.retry-interval-milli-seconds
| |
Type | java.time.Duration |
Default | |
Description | Specifies task queue retry interval in milliseconds. Defaults to 300000 (5 m). |
taskqueues.worker-node
| |
Type | java.lang.Boolean |
Default | false |
Description | Set to false to disable execution of background tasks. This setting can be used to differentiate applications nodes into worker nodes which only execute background tasks and rendering nodes which serve requests. |
Table 4.30. Task-Queues Properties