drupflare/worker - v1.0.0
    Preparing search index...

    Interface QueueRow

    interface QueueRow {
        attempts: number;
        lastError?: string | null;
        method: string;
    }
    Index
    attempts: number
    lastError?: string | null
    method: string