X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=12df30b4a785786090faf6145c036e6ed8488f89;hb=8662ea71e523af81c1138618f0e12b89df35ce8a;hp=34a4d2e7b9197daece84e2bb5bcb1f1849a5dead;hpb=c0b0686de0f8c5483b20b94fac97d2b8175c0556;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index 34a4d2e7..12df30b4 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -21,7 +21,7 @@ +
  • Defined in src/worker/worker-options.ts:38
  • @@ -43,7 +43,7 @@

    Default

    false

    +
  • Defined in src/worker/worker-options.ts:57
  • killBehavior?: "SOFT" | "HARD"
    @@ -57,7 +57,7 @@

    Default

    KillBehaviors.SOFT

    +
  • Defined in src/worker/worker-options.ts:68
  • maxInactiveTime?: number
    @@ -70,10 +70,10 @@ when this timeout expires your tasks is interrupted and the worker is killed if
  • If killBehavior is set to KillBehaviors.SOFT your tasks have no timeout and your workers will not be terminated until your task is completed.
  • -

    Default

    60.000 ms

    +

    Default

    60000 ms

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