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
Integer
Default
10
Description
Specifies the number of retries for a MongoDB task.
taskqueues.polling-interval-milli-seconds
Type
Duration
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
Duration
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
Duration
Description
Specifies task queue retry interval in milliseconds. Defaults to
300000 (5 m).
taskqueues.worker-node
Type
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.