X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=c8832185521ca4373a2765ab5487bf1d746c4a7c;hb=0b4e655ca22daa4e6efc10d4ef575520a3abfa2c;hp=690e5b381b769e982339d1543b644d09bc8f2d6d;hpb=f2d2c4a40a1d1652ba5fb0dee4b6aa3387321c92;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index 690e5b38..c8832185 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,13 +1,13 @@ -TasksQueueOptions | poolifier - v2.6.34
+TasksQueueOptions | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    @@ -24,61 +24,78 @@
    • TasksQueueOptions
    +
  • Defined in src/pools/pool.ts:103
  • - +

    Properties

    - +
    concurrency?: number

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

    -

    Default Value

    1

    +

    Default Value

    1
    +
    -
    - -
    queueMaxSize?: number
    -
    -

    Deprecated

    Use size instead.

    -
    +
  • Defined in src/pools/pool.ts:115
  • size?: number

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

    -

    Default Value

    (pool maximum size)^2

    +

    Default Value

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

    Whether to enable task stealing.

    +
    +
    +

    Default Value

    true
    +
    +
    +
    + +
    tasksStealingOnBackPressure?: boolean
    +

    Whether to enable tasks stealing on back pressure.

    +
    +
    +

    Default Value

    true
    +
    +
  • Defined in src/pools/pool.ts:127
  • @@ -86,73 +103,34 @@
    +
  • size
  • +
  • taskStealing
  • +
  • tasksStealingOnBackPressure
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file