X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=3f64c82ce838bb13ffea0b795b73da658d23832a;hb=3eed67feea0f527e3ee31a6ebb1063883eec3855;hp=ef27d0cd55da92eee6b1f9dc120650d67c524ec0;hpb=7daf8b1ee6ee28ba8c39c63067cf7071f8638177;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index ef27d0cd..3f64c82c 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,13 +1,13 @@ -TasksQueueOptions | poolifier - v2.6.30
+TasksQueueOptions | poolifier - v2.6.45
-
+
  • The search index is not available
  • poolifier - v2.6.45 +
    @@ -16,7 +16,7 @@
  • TasksQueueOptions
  • Interface TasksQueueOptions

    -

    Worker tasks queue options.

    +

    Worker node tasks queue options.

    @@ -24,111 +24,113 @@
    • TasksQueueOptions
    +
  • Defined in src/pools/pool.ts:103
  • - +

    Properties

    - +
    concurrency?: number
    -

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

    +

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

    -

    Default Value

    1

    +

    Default Value

    1
    +
    +
  • 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
    +
    +
    +
    + +
    taskStealing?: boolean
    +

    Whether to enable task stealing.

    +
    +
    +

    Default Value

    true
    +
    +
    +
    + +
    tasksStealingOnBackPressure?: boolean
    +

    Whether to enable tasks stealing on back pressure.

    +
    +
    +

    Default Value

    true
    +
    +

    On This Page

    +
  • concurrency
  • +
  • size
  • +
  • taskStealing
  • +
  • tasksStealingOnBackPressure
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file