X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=6e69b4a6d0f5be178cc6df3e3a517159587e0ae1;hb=1659c4c164485a043f80c746410501e888676dc7;hp=a33e68280dec9d7b21a1f8fbca7b5c1fa3d535f4;hpb=fab6d3b5750d884b29e5e7057628a06d88d0df8a;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index a33e6828..6e69b4a6 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -23,7 +23,7 @@ +
  • Defined in src/worker/worker-options.ts:38
  • @@ -31,21 +31,23 @@

    Properties

    - +
    async?: boolean

    Whether your worker will perform asynchronous or not.

    Default Value

    false

    + +

    Deprecated

    This option will be removed in the next major version.

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

    Default Value

    KillBehaviors.SOFT

    +
  • Defined in src/worker/worker-options.ts:69
  • maxInactiveTime?: number
    @@ -75,7 +77,7 @@ when this timeout expires your tasks is interrupted and the worker is killed if

    Default Value

    60000

    +
  • Defined in src/worker/worker-options.ts:51
  • +
  • PoolTypes
  • +
  • WorkerChoiceStrategies
  • +
  • WorkerTypes
  • Generated using TypeDoc

    \ No newline at end of file