X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerChoiceStrategyOptions.html;h=47a0d1021a003f5c0105a4dd4660f33ab8201c40;hb=2771e5dcac6411a9731c66730072fcc578ff701c;hp=491b5d606e682a1c75acc59850102a66ec2ca0e1;hpb=0bb3df76aeab8a2af9e99ccf91d9e9cc5e751674;p=poolifier.git diff --git a/docs/interfaces/WorkerChoiceStrategyOptions.html b/docs/interfaces/WorkerChoiceStrategyOptions.html index 491b5d60..47a0d102 100644 --- a/docs/interfaces/WorkerChoiceStrategyOptions.html +++ b/docs/interfaces/WorkerChoiceStrategyOptions.html @@ -1,13 +1,13 @@ -WorkerChoiceStrategyOptions | poolifier - v2.6.34
+WorkerChoiceStrategyOptions | poolifier - v2.7.2
-
+
  • The search index is not available
  • poolifier - v2.7.2 +
    @@ -24,43 +24,34 @@
    • WorkerChoiceStrategyOptions
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:69
  • - +

    Properties

    -
    - -
    choiceRetries?: number
    -

    Number of worker choice retries to perform if no worker is eligible.

    -
    -
    -

    Default Value

    6

    -

    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"
    @@ -68,127 +59,102 @@
    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:79
  • +
    + +
    retries?: number
    +

    Number of worker choice retries to perform if no worker is eligible.

    +
    +
    +

    Default Value

    6
    +
    +

    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>
    -

    Worker weights to use for weighted round robin worker selection strategy. -Weight is the tasks maximum average or median runtime in milliseconds.

    +

    Worker weights to use for weighted round robin worker selection strategies. +A weight is tasks maximum execution time in milliseconds for a worker node.

    -

    Default Value

    Computed worker weights 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
  • On This Page

    +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file