@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface RateLimitTripSpec

    Contract payload for test-kits/rate-limit-trip-runner.yaml.

    interface RateLimitTripSpec {
        trip_target_task: string;
        trip_target_sample_request: Record<string, unknown>;
        max_attempts: number;
        replay_max_wait_seconds?: number;
    }
    Index

    Properties

    trip_target_task: string

    Mutating AdCP task to burst, e.g. create_media_buy.

    trip_target_sample_request: Record<string, unknown>

    Base request payload; the observer rewrites only idempotency_key and correlation_id.

    max_attempts: number

    Sequential fresh-key attempts before grading the probe rate_limit_not_triggered; must be in [50, 500].

    replay_max_wait_seconds?: number

    Maximum retry_after wait the runner will honor. Defaults to 30 seconds.