Interface QueueProOptions

Hierarchy

  • QueueOptions
    • QueueProOptions

Properties

blockingConnection?: boolean

Denotes commands should retry indefinitely.

connection?: ConnectionOptions

Options for connecting to a Redis instance.

defaultJobOptions?: DefaultJobOptions
isPro?: boolean
prefix?: string

Prefix for all queue keys.

settings?: AdvancedRepeatOptions
sharedConnection?: boolean

Specify if the connection is shared.

streams?: {
    events: {
        maxLen: number;
    };
}

Options for the streams used internally in BullMQ.

Type declaration

  • events: {
        maxLen: number;
    }

    Options for the events stream.

    • maxLen: number

      Max approximated length for streams. Default is 10 000 events.

Generated using TypeDoc