X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=da7cdd031f6bdc97f5c122a6fc617767c295b54d;hb=b24933ab4df4687e66436a6fe15e812eabcddbfb;hp=92adc8b51dfb7c542e009756e7ba54d4cf16b4ac;hpb=953288ed6e2b952fb17b6fb0ebc4188ce813d53b;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index 92adc8b5..da7cdd03 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,134 +1,18 @@ -TasksQueueOptions | poolifier - v2.6.31
-
- -
-
-
-
- -

Interface TasksQueueOptions

-
-

Worker tasks queue options.

-
-
-
-

Hierarchy

-
    -
  • TasksQueueOptions
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
concurrency?: number
-

Maximum number of tasks that can be executed concurrently on a worker.

-
-
-

Default Value

1

-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +TasksQueueOptions | poolifier - v3.0.5

Interface TasksQueueOptions

Worker node tasks queue options.

+

Hierarchy

  • TasksQueueOptions

Properties

concurrency?: number

Maximum number of tasks that can be executed concurrently on a worker node.

+

Default Value

1
+
+
size?: number

Maximum tasks queue size per worker node flagging it as back pressured.

+

Default Value

(pool maximum size)^2
+
+
taskStealing?: boolean

Whether to enable task stealing on empty queue.

+

Default Value

true
+
+
tasksStealingOnBackPressure?: boolean

Whether to enable tasks stealing under back pressure.

+

Default Value

true
+
+

Generated using TypeDoc

\ No newline at end of file