bullmq - v5.56.2
    Preparing search index...

    Interface RepeatBaseOptions

    Options for the Repeat class.

    interface RepeatBaseOptions {
        blockingConnection?: boolean;
        connection?: ConnectionOptions;
        prefix?: string;
        settings?: AdvancedRepeatOptions;
        sharedConnection?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockingConnection?: boolean

    Denotes commands should retry indefinitely.

    connection?: ConnectionOptions

    Options for connecting to a Redis instance.

    prefix?: string

    Prefix for all queue keys.

    sharedConnection?: boolean

    Specify if the connection is shared.