Beignet API reference
    Preparing search index...

    Interface SingleAttemptJobDispatchOptions

    Metadata passed to a single-attempt dispatch when another delivery layer owns retry scheduling.

    interface SingleAttemptJobDispatchOptions {
        attempt?: number;
        maxAttempts?: number;
        trace?: TraceCarrier;
    }

    Hierarchy (View Summary)

    Index
    attempt?: number

    One-based delivery attempt.

    maxAttempts?: number

    Maximum delivery attempts.

    trace?: TraceCarrier

    Versioned trace context captured by the job producer.