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 idle.
true
Optional
Readonly
tasksQueued tasks finished timeout in milliseconds at worker node termination.
2000
Optional
Readonly
tasksWhether to enable tasks stealing under back pressure.
true
Generated using TypeDoc
Worker node tasks queue options.