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

    Interface DeferredStatus

    interface DeferredStatus {
        entry: CacheEntry | null;
        reason: string;
        retryAfterMs: number;
        state: DeferredState;
    }
    Index

    entry

    entry: CacheEntry | null
    reason: string
    retryAfterMs: number

    ms the caller should wait before asking again; 0 when there is nothing to wait for