X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=6cc49fc8b54a32fb8f783568194007addfaafa03;hb=afa30fd0dd5bbc5d305cc30be663966a449efc08;hp=fb9fdeafe3bb2ebc6d35445ad7d1a3a1b8606eb7;hpb=18ba88e2f8612c6137bf564388ce8f905ae6d4ee;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index fb9fdeaf..6cc49fc8 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,4 +1,4 @@ -KillBehaviors | poolifier
+KillBehaviors | poolifier
-
+

Variable KillBehaviorsConst

-
KillBehaviors: Readonly<{
    HARD: "HARD";
    SOFT: "SOFT";
}> = ...
+
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 running, then the worker will be deleted.

    +
    +
  • +
  • +
    Readonly SOFT: "SOFT"
    +

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

    +
    +
+
- + -
+

Theme

+ +

Generated using TypeDoc

-
\ No newline at end of file +
\ No newline at end of file