Optional
Readonly
concurrencyMaximum number of tasks that can be executed concurrently on a worker node.
1
Optional
Readonly
sizeMaximum tasks queue size per worker node flagging it as back pressured.
(pool maximum size)^2
Optional
Readonly
taskWhether to enable task stealing on empty queue.
true
Optional
Readonly
tasksWhether to enable tasks stealing under back pressure.
true
Generated using TypeDoc
Worker node tasks queue options.