Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 897 Bytes

bullmq.queueoptions.md

File metadata and controls

23 lines (15 loc) · 897 Bytes

Home > bullmq > QueueOptions

QueueOptions interface

Options for the Queue class.

Signature:

export interface QueueOptions extends QueueBaseOptions 

Extends: QueueBaseOptions

Properties

Property Type Description
defaultJobOptions? JobsOptions (Optional)
limiter? { groupKey: string; } (Optional) Options for the rate limiter.
streams? { events: { maxLen: number; }; } (Optional) Options for the streams used internally in BullMQ.