bullmq - v5.64.0
    Preparing search index...

    Interface BackoffOptions

    Settings for backing off failed jobs.

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

    Properties

    Properties

    delay?: number

    Delay in milliseconds.

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

    Name of the backoff strategy.