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

    Interface StallCheckResult

    Stall check result

    interface StallCheckResult {
        isStalled: boolean;
        newStallCount: number;
        shouldMoveToDlq: boolean;
        stalledFor: number;
    }
    Index
    isStalled: boolean

    Is the job stalled?

    newStallCount: number

    Stall count after this check

    shouldMoveToDlq: boolean

    Should move to DLQ? (exceeded max stalls)

    stalledFor: number

    Time since last heartbeat in ms