Skip to main content

PooledOptions

Index

Properties

optionalconcurrency

concurrency?: number

How many work units to process in parallel.

optionalfilo

filo?: boolean

Process with first-in-last-out order, instead of first-in-first-out.

optionaltimeout

timeout?: number

Timeout in milliseconds that each work unit may run, or 0 to avoid a timeout. Defaults to 0.