Contentful Personalization & Analytics
    Preparing search index...

    Context payload emitted when a queue flush fails.

    interface QueueFlushFailureContext {
        consecutiveFailures: number;
        queuedBatches: number;
        queuedEvents: number;
        retryDelayMs: number;
    }
    Index

    Properties

    consecutiveFailures: number

    Number of consecutive failed flush attempts.

    queuedBatches: number

    Number of queued batches at the time of the failed attempt.

    queuedEvents: number

    Number of queued events at the time of the failed attempt.

    retryDelayMs: number

    Delay before the next retry attempt is scheduled.