jeeves-meta-monorepo
    Preparing search index...

    Interface QueueState

    Snapshot of queue state for the /status endpoint.

    interface QueueState {
        depth: number;
        items: { enqueuedAt: string; path: string; priority: boolean }[];
    }
    Index

    Properties

    Properties

    depth: number
    items: { enqueuedAt: string; path: string; priority: boolean }[]