X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=25eec6000f56dcd9df217e87387d7bc56d1e1e2b;hb=fd04474e1c355504be97747915708645fd338b6c;hp=bf069678aa6e8a7b324264cfada397c11abb1495;hpb=89757908a0cf61d60dcf28323c5c23c4ef66fcf2;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index bf069678..25eec600 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -24,7 +24,7 @@ +
  • Defined in src/worker/worker-options.ts:28
  • @@ -50,7 +50,7 @@

    Deprecated

    This option will be removed in the next major version.

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

    Default Value

    KillBehaviors.SOFT

    +
  • Defined in src/worker/worker-options.ts:59
  • -
    killHandler?: KillHandler
    +
    killHandler?: KillHandler

    The function to call when a worker is killed.

    +
  • Defined in src/worker/worker-options.ts:63
  • maxInactiveTime?: number
    @@ -90,7 +90,7 @@ when this timeout expires your tasks is interrupted before completion and remove

    Default Value

    60000

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