bullmq - v5.66.0
    Preparing search index...

    Interface RetryOptions

    Retry method options

    interface RetryOptions {
        resetAttemptsMade?: boolean;
        resetAttemptsStarted?: boolean;
    }
    Index

    Properties

    resetAttemptsMade?: boolean

    Attempts made counter is reset to zero when retrying the job.

    resetAttemptsStarted?: boolean

    Attempts started counter is reset to zero when retrying the job.