bullmq - v5.64.0
    Preparing search index...

    Interface JobJson

    interface JobJson {
        attemptsMade: number;
        attemptsStarted: number;
        data: string;
        debounceId?: string;
        deduplicationId?: string;
        failedReason: string;
        finishedOn?: number;
        id: string;
        name: string;
        nextRepeatableJobKey?: string;
        opts: RedisJobOptions;
        parent?: ParentKeys;
        parentKey?: string;
        processedBy?: string;
        processedOn?: number;
        progress: JobProgress;
        repeatJobKey?: string;
        returnvalue: string;
        stacktrace: string;
        stalledCounter: number;
        timestamp: number;
    }
    Index

    Properties

    attemptsMade: number
    attemptsStarted: number
    data: string
    debounceId?: string
    deduplicationId?: string
    failedReason: string
    finishedOn?: number
    id: string
    name: string
    nextRepeatableJobKey?: string
    parent?: ParentKeys
    parentKey?: string
    processedBy?: string
    processedOn?: number
    progress: JobProgress
    repeatJobKey?: string
    returnvalue: string
    stacktrace: string
    stalledCounter: number
    timestamp: number