X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=da7cdd031f6bdc97f5c122a6fc617767c295b54d;hb=b24933ab4df4687e66436a6fe15e812eabcddbfb;hp=b80b11994c8fef9a8af192080ea7cb8a60d5ee81;hpb=95d287d1625c80929657a9f217774c5c8f6668e7;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index b80b1199..da7cdd03 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,161 +1,18 @@ -TasksQueueOptions | poolifier - v2.6.41
-
- -
-
-
-
- -

Interface TasksQueueOptions

-
-

Worker node tasks queue options.

-
-
-
-

Hierarchy

-
    -
  • TasksQueueOptions
-
-
-
- -
-
-

Properties

-
concurrency? -queueMaxSize? +TasksQueueOptions | poolifier - v3.0.5

Interface TasksQueueOptions

Worker node tasks queue options.

+

Hierarchy

  • TasksQueueOptions

Properties

-
-

Properties

-
- -
concurrency?: number
-

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

-
-

Properties

concurrency?: number

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

+

Default Value

1
 
-
-
- -
queueMaxSize?: number
-
-

Deprecated

Use size instead.

-
-
- -
size?: number
-

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

-
-
-

Default Value

(pool maximum size)^2
+
size?: number

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

+

Default Value

(pool maximum size)^2
 
-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +
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