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

    Interface JobJsonRaw

    Job JSON raw representation (BullMQ v5 compatible)

    interface JobJsonRaw {
        attemptsMade: string;
        data: string;
        delay: string;
        failedReason?: string;
        finishedOn?: string;
        id: string;
        name: string;
        opts: string;
        parentKey?: string;
        processedOn?: string;
        progress: string;
        returnvalue?: string;
        stacktrace: string | null;
        timestamp: string;
    }
    Index
    attemptsMade: string
    data: string
    delay: string
    failedReason?: string
    finishedOn?: string
    id: string
    name: string
    opts: string
    parentKey?: string
    processedOn?: string
    progress: string
    returnvalue?: string
    stacktrace: string | null
    timestamp: string