X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=35b8c9193d37e3723a0f58d28d127add6533c2a9;hb=be55f2ca8b4792c645c4aaee38f0e3471a1efcb2;hp=4909dabe88db834c14f436801df7e273dd4ea890;hpb=b7ca12ae3bfb54a42c0e9879067fc3a976685bb7;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 4909dabe..35b8c919 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,117 +1,4 @@ -KillBehaviors | poolifier - v2.6.32
-
- -
-
-
-
- -

Variable KillBehaviorsConst

-
KillBehaviors: Readonly<{
    HARD: "HARD";
    SOFT: "SOFT";
}> = ...
-

Enumeration of kill behaviors.

-
-
-

Type declaration

-
    -
  • -
    Readonly HARD: "HARD"
    -

    If currentTime - lastActiveTime is greater than maxInactiveTime but a task is still executing or queued, then the worker will be deleted.

    -
    -
  • -
  • -
    Readonly SOFT: "SOFT"
    -

    If currentTime - lastActiveTime is greater than maxInactiveTime but a task is still executing or queued, then the worker wont be deleted.

    -
    -
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +KillBehaviors | poolifier - v3.0.5

Variable KillBehaviorsConst

KillBehaviors: Readonly<{
    HARD: "HARD";
    SOFT: "SOFT";
}> = ...

Enumeration of kill behaviors.

+

Type declaration

  • Readonly HARD: "HARD"

    If currentTime - lastActiveTime is greater than maxInactiveTime but a task is still executing or queued, then the worker will be deleted.

    +
  • Readonly SOFT: "SOFT"

    If currentTime - lastActiveTime is greater than maxInactiveTime but a task is still executing or queued, then the worker wont be deleted.

    +

Generated using TypeDoc

\ No newline at end of file