X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=9412a3eb665f49444a12bdf5729f28ebc78cce74;hb=97cf8c0ddbe1fdba4fde9f94e5b781eeec4d71b5;hp=744fb2924396564ef1b9ad6324af9792d3db1fc3;hpb=1938bc376fa92d0c773c4c23b0305291ab483e6c;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 744fb292..9412a3eb 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,68 +1,79 @@ -KillBehaviors | poolifier
+KillBehaviors | poolifier - v2.7.5
-
+
  • The search index is not available
  • poolifier - v2.7.5 +
    -
    +

    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 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 +

    Theme

    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file