bullmq - v6.0.3
    Preparing search index...

    Interface FlowProducerOptions

    Options for the FlowProducer class.

    interface FlowProducerOptions {
        blockingConnection?: boolean;
        connection: ConnectionOptions;
        prefix?: string;
        skipVersionCheck?: boolean;
        skipWaitingForReady?: boolean;
        telemetry?: Telemetry;
    }

    Hierarchy (View Summary)

    Index
    blockingConnection?: boolean

    Denotes commands should retry indefinitely.

    not in use anymore.

    connection: ConnectionOptions

    Options for connecting to a Redis instance.

    prefix?: string

    Prefix for all queue keys (Redis backend only). Defaults to bull.

    skipVersionCheck?: boolean

    Avoid version validation to be greater or equal than v5.0.0.

    false
    
    skipWaitingForReady?: boolean

    Skip waiting for connection ready.

    In some instances if you want the queue to fail fast if the connection is not ready you can set this to true. This could be useful for testing and when adding jobs via HTTP endpoints for example.

    telemetry?: Telemetry

    Telemetry client