X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=161fc598795c185e01616b92f495f8f3acf43635;hb=1df04dd8d2010ba57ec11f96f7d9995bba9a9dfb;hp=d44ce858a57b5e59d14030060c3b5c3dbecefae9;hpb=a84c4698b83aaa02b9f10e52aa9c76eff5b5871f;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index d44ce858..161fc598 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,119 +1,2 @@ -KillBehaviors | poolifier - v2.6.35
-
- -
-
-
-
- -

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