X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FKillBehaviors.html;h=dfe9ae83fa711e97918ccb1433a6623f2f1c5d84;hb=2493c34370d0839614058bb55254fd7aec91b664;hp=3b8f799b61a92d8f8bd6eac3dfc08ff740a9aa06;hpb=1c7aa7852e7fc08e8319447806eff04cc60f06fc;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 3b8f799b..dfe9ae83 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,4 +1,2 @@ -KillBehaviors | poolifier - v3.0.11

Variable KillBehaviorsConst

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 +KillBehaviors | poolifier - v4.0.11

Variable KillBehaviorsConst

KillBehaviors: Readonly<{
    HARD: "HARD";
    SOFT: "SOFT";
}> = ...

Enumeration of kill behaviors.

+

Type declaration

  • HARD: "HARD"
  • SOFT: "SOFT"
\ No newline at end of file