X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=ead7b50a36164e7d60f9398ef136f386895110ee;hb=356d077f5c6166732d2df598004bec39ae915725;hp=34a4d2e7b9197daece84e2bb5bcb1f1849a5dead;hpb=c0b0686de0f8c5483b20b94fac97d2b8175c0556;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index 34a4d2e7..ead7b50a 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -1,11 +1,13 @@ WorkerOptions | poolifier
-
+
  • The search index is not available
  • poolifier +
    @@ -21,7 +23,7 @@
    • WorkerOptions
    +
  • Defined in src/worker/worker-options.ts:38
  • @@ -43,7 +45,7 @@

    Default

    false

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

    Default

    KillBehaviors.SOFT

    +
  • Defined in src/worker/worker-options.ts:68
  • maxInactiveTime?: number
    @@ -70,10 +72,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