X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=744fb2924396564ef1b9ad6324af9792d3db1fc3;hb=71056a0ac555e096c1428d6341ef45c7980a6332;hp=d007a00cfe84bda49652638845f845db1aa60136;hpb=301c53e7ae6cf1120298ea10868a9091904c01a2;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index d007a00c..fdbfa07f 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,27 +1,44 @@ -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