X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=6b7b7aa545a2fe3553013980a14d5a49718c27b0;hb=61daa7116c6cd19b7e120f857a0d0427b83b7408;hp=9412a3eb665f49444a12bdf5729f28ebc78cce74;hpb=564ec16ceddb03324d81bfa385669cc188da03fd;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 9412a3eb..6b7b7aa5 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,79 +1,4 @@ -KillBehaviors | poolifier - v2.7.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 +KillBehaviors | poolifier - v3.1.20

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