X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=b42f2744a945f1e9d4e876d31eb73d45c94899f1;hb=31542ddfe8297d3bd0f9cf97a3de06a03dafc15d;hp=3ee5a22ad41cb45b2f0b18e0b78768cb72cc3387;hpb=177be4a662e85919499d34984db6c77c6e5da5f6;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index 3ee5a22a..b42f2744 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,4 +1,4 @@ -TasksQueueOptions | poolifier - v2.6.16
+TasksQueueOptions | poolifier - v2.6.32
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.16
+
  • The search index is not available
  • poolifier - v2.6.32
    @@ -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,30 @@

    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:113
  • +
    + +
    queueMaxSize?: number
    +

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

    +
    +
    +

    Default Value

    (pool maximum size)^2

    +