X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=352e11c25c269c65637a1b55e1d3cbbc12edf716;hb=3557031d88b5ff00ea86695728b3ba3af46e9faa;hp=b98da33c696a674176a6c44dc72b4ce044975795;hpb=d61f24ac46792cfab91a154667f24fc57c90e66e;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index b98da33c..352e11c2 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,27 +1,44 @@ -KillBehaviors | poolifier
+KillBehaviors | poolifier - v2.6.12
-
+
  • The search index is not available
  • poolifier - v2.6.12 +
    -
    +

    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.

      +
      +
    +
    - +
    +
    -
    +

    Theme

    + +

    Generated using TypeDoc

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