bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface AttemptRecord

    Single attempt record

    interface AttemptRecord {
        attempt: number;
        duration: number;
        error: string | null;
        failedAt: number;
        reason: FailureReason;
        startedAt: number;
    }
    Index
    attempt: number

    Attempt number (1-based)

    duration: number

    Duration of this attempt in ms

    error: string | null

    Error message if any

    failedAt: number

    When this attempt failed

    Failure reason for this attempt

    startedAt: number

    When this attempt started