X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=161fc598795c185e01616b92f495f8f3acf43635;hb=1df04dd8d2010ba57ec11f96f7d9995bba9a9dfb;hp=9ffb8d7e5b35180999647d54e4f9265e9e326776;hpb=936fa0fb8e70b2c297938cc9455444486b6daa3e;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 9ffb8d7e..161fc598 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,117 +1,2 @@ -KillBehaviors | poolifier - v2.6.30
-
- -
-
-
-
- -

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 - v4.0.8

Variable KillBehaviorsConst

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

Enumeration of kill behaviors.

+

Type declaration

  • HARD: "HARD"
  • SOFT: "SOFT"
\ No newline at end of file