X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=b25e309ff3903cebcd28f2e824def9333d814704;hb=a8121a374142573fd761d5dd112d5f91ed1b618f;hp=da10ca924a55d39441366d146e9a40bdc5c8c00a;hpb=341ec6db3b66173fd9314338b736fabb0639914b;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index da10ca92..b25e309f 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,120 +1,4 @@ -KillBehaviors | poolifier - v2.6.40
-
- -
-
-
-
- -

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

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