X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=3b65fdd87baca3d25afd660d0050f9ef68adf16a;hb=c4d8442aed5e5a9d6cde9f3bfd721be3033c1eef;hp=5cd1ab82593a2cfbd9faa2ee46c56affc3b14464;hpb=bfed591d93e26b1e424e916abdb27c6f91dc9b45;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 5cd1ab82..3b65fdd8 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,68 +1,79 @@ -KillBehaviors | poolifier
+KillBehaviors | poolifier - v2.6.44
-
+
  • The search index is not available
  • poolifier - v2.6.44 +
    -
    +

    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