bullmq - v5.81.1
    Preparing search index...

    Interface BackoffOptions

    Settings for backing off failed jobs.

    interface BackoffOptions {
        delay?: number;
        type: "fixed" | string & {} | "exponential";
    }
    Index
    delay?: number

    Delay in milliseconds.

    type: "fixed" | string & {} | "exponential"

    Name of the backoff strategy.