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

    Interface QueuePending

    The queue with work, or null plus the reason why not.

    interface QueuePending {
        name: string | null;
        pending?: number;
        queues: Record<string, number>;
        reason?: string;
    }
    Index
    name: string | null
    pending?: number
    queues: Record<string, number>
    reason?: string