X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=8628d0ad5447f7750ebdd605d076f6ff95591492;hb=6ddc8fc5fa990a91503f816001d216a002a3ddae;hp=42700b859556e95f8c17bb1378072fbe0341b9c8;hpb=1b0aa06b3ab5cf8ae8bd135087143165889901cc;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 42700b85..8628d0ad 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,71 +1,79 @@ -KillBehaviors | poolifier
+KillBehaviors | poolifier - v2.6.41
-
+
  • The search index is not available
  • poolifier - v2.6.41 +
    -
    +

    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