X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=bbda4e9aca5504f4bdf7fbdb3c918d13091d2eb4;hb=0bb3df76aeab8a2af9e99ccf91d9e9cc5e751674;hp=07db6a6fbb429b6dff7de1776012d8f6131deec6;hpb=f04db52f666beefda86a0444fb9a28d410211b3f;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index 07db6a6f..bbda4e9a 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,4 +1,4 @@ -TasksQueueOptions | poolifier - v2.6.20
+TasksQueueOptions | poolifier - v2.6.34
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.20
+
  • The search index is not available
  • poolifier - v2.6.34
    @@ -16,7 +16,7 @@
  • TasksQueueOptions
  • Interface TasksQueueOptions

    -

    Worker tasks queue options.

    +

    Worker node tasks queue options.

    @@ -24,7 +24,7 @@
    • TasksQueueOptions
    +
  • Defined in src/pools/pool.ts:101
  • @@ -33,19 +33,39 @@

    Properties

    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

    +
  • Defined in src/pools/pool.ts:117
  • +
    + +
    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

    +