X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=1c87e705c61cf2292d99fe6ac752873aaf648691;hb=7c48b2a96e4a42d627bc08f67173956f1d2e30af;hp=6cc49fc8b54a32fb8f783568194007addfaafa03;hpb=fddf9cc424b3ace38fd414899c666c76a03c3aff;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 6cc49fc8..1c87e705 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,13 +1,13 @@ -KillBehaviors | poolifier
+KillBehaviors | poolifier - v3.0.2
-
+
  • The search index is not available
  • poolifier - v3.0.2 +
    @@ -23,22 +23,22 @@
    • Readonly HARD: "HARD"
      -

      If currentTime - lastActiveTime is greater than maxInactiveTime but a task is still running, then the worker will be deleted.

      +

      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 running, then the worker wont be deleted.

      +

      If currentTime - lastActiveTime is greater than maxInactiveTime but a task is still executing or queued, then the worker wont be deleted.

    +
  • Defined in src/worker/worker-options.ts:4
  • +
    -

    Generated using TypeDoc

    -
    \ No newline at end of file +

    Generated using TypeDoc

    +
    \ No newline at end of file