QueueOptions
Options to configure the queue
Hierarchy
- QueueOptions
Index
Properties
Properties
Optional
concurrency
• concurrency? : undefined | number
Defined in Queue.ts:21
Optional
onQueueFinish
• onQueueFinish? : undefined | function
Defined in Queue.ts:16
A callback function which is called after the queue has been stopped
parameter
executedJobs
Optional
updateInterval
• updateInterval? : undefined | number
Defined in Queue.ts:20
Interval in which the queue checks for new jobs to execute