X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fvariables%2FKillBehaviors.html;h=3bf982b90b3f247f130419bc4c039d2d620da2d4;hb=b697a477e1e0959b4519424d7cd5e59a491798d8;hp=7bf7a9f7b440d9fe538212c87d12063da0e1d2c8;hpb=5ca8a250be7ec77da7a80f5ea3b7a9ef6ba2530a;p=poolifier.git diff --git a/docs/variables/KillBehaviors.html b/docs/variables/KillBehaviors.html index 7bf7a9f7..3bf982b9 100644 --- a/docs/variables/KillBehaviors.html +++ b/docs/variables/KillBehaviors.html @@ -1,4 +1,2 @@ -KillBehaviors | poolifier - v3.1.21

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.5

Variable KillBehaviorsConst

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

Enumeration of kill behaviors.

+

Type declaration

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