X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FTasksQueueOptions.html;h=d9874a05e4ec848993dd4a8dbaff4b36f7ed02a8;hb=ddc35f92c712f38d9cfd79fd558cf80c0e031219;hp=ef27d0cd55da92eee6b1f9dc120650d67c524ec0;hpb=1079e6ed099b03189005b33702c1e9fa912c74d1;p=poolifier.git diff --git a/docs/interfaces/TasksQueueOptions.html b/docs/interfaces/TasksQueueOptions.html index ef27d0cd..d9874a05 100644 --- a/docs/interfaces/TasksQueueOptions.html +++ b/docs/interfaces/TasksQueueOptions.html @@ -1,4 +1,4 @@ -TasksQueueOptions | poolifier - v2.6.30
+TasksQueueOptions | poolifier - v2.6.34
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.30
+
  • 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

    +