X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=42626d0dfdebbdf5aff19e5f7874927ea9a2c56b;hb=aab0aa502b6d1ca1e2b480460d9cf5f34707c34c;hp=fdbfa07f557d48b5ad30e44caa43748365919dac;hpb=4f487526a63c873d168386250b40ad8103c5a4d8;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index fdbfa07f..89c7545a 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,13 +1,13 @@ -KillBehaviors | poolifier
+KillBehaviors | poolifier - v2.7.4
-
+
  • The search index is not available
  • poolifier - v2.7.4 +
    @@ -23,85 +23,57 @@
    • 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