X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=8628d0ad5447f7750ebdd605d076f6ff95591492;hb=6ddc8fc5fa990a91503f816001d216a002a3ddae;hp=950cf175f5a6a5eecbc55c0152cf1a943ef70d84;hpb=e83f3916315e18f3ca0c614d6ec9e064ab76c13c;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 950cf175..8628d0ad 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,67 +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