X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=3f64c82ce838bb13ffea0b795b73da658d23832a;hb=f4d1dbd1592e24d7a09f35013c3e0f0762240254;hp=b42f2744a945f1e9d4e876d31eb73d45c94899f1;hpb=31542ddfe8297d3bd0f9cf97a3de06a03dafc15d;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index b42f2744..3f64c82c 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,13 +1,13 @@ -TasksQueueOptions | poolifier - v2.6.32
+TasksQueueOptions | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    @@ -24,52 +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
    +
  • 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
    +
    +
  • Defined in src/pools/pool.ts:109
  • +
    + +
    taskStealing?: boolean
    +

    Whether to enable task stealing.

    +
    +
    +

    Default Value

    true
    +
    +
    +
    + +
    tasksStealingOnBackPressure?: boolean
    +

    Whether to enable tasks stealing on back pressure.

    +
    +
    +

    Default Value

    true
    +
    +
    @@ -77,70 +103,34 @@
    +
  • size
  • +
  • taskStealing
  • +
  • tasksStealingOnBackPressure
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file