X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerChoiceStrategyOptions.html;h=b6331292be2dee3495b7f487a05baff89b22ea05;hb=410724041bab556be1385c56f9a32e5030f6f2cf;hp=b95f6179fce16d0fd83ab1a0aac01f94cdbe58ef;hpb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;p=poolifier.git diff --git a/docs/interfaces/WorkerChoiceStrategyOptions.html b/docs/interfaces/WorkerChoiceStrategyOptions.html index b95f6179..b6331292 100644 --- a/docs/interfaces/WorkerChoiceStrategyOptions.html +++ b/docs/interfaces/WorkerChoiceStrategyOptions.html @@ -1,4 +1,4 @@ -WorkerChoiceStrategyOptions | poolifier - v2.6.45
+WorkerChoiceStrategyOptions | poolifier - v2.7.3
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.45
+
  • The search index is not available
  • poolifier - v2.7.3
    @@ -24,7 +24,7 @@
    • WorkerChoiceStrategyOptions
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:69
  • @@ -47,11 +47,11 @@

    Event loop utilization options.

    -

    Default Value

    { median: false }
    +

    Default Value

    { median: false }
     
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:97
  • measurement?: "runTime" | "waitTime" | "elu"
    @@ -59,7 +59,7 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:79
  • retries?: number
    @@ -70,29 +70,29 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:75
  • Runtime options.

    -

    Default Value

    { median: false }
    +

    Default Value

    { median: false }
     
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:85
  • Wait time options.

    -

    Default Value

    { median: false }
    +

    Default Value

    { median: false }
     
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:91
  • weights?: Record<number, number>
    @@ -100,11 +100,11 @@ A weight is tasks maximum execution time in milliseconds for a worker node.

    -

    Default Value

    Weights computed automatically given the CPU performance.
    +

    Default Value

    Weights computed automatically given the CPU performance.
     
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:104
  • Generated using TypeDoc