Member Junction
    Preparing search index...
    interface RateLimitConfig {
        backoffMs: number;
        maxConcurrent: number;
        maxRequestsPerMinute: number;
        maxRetries: number;
        retryOnRateLimit: boolean;
    }
    Index

    Properties

    backoffMs: number
    maxConcurrent: number
    maxRequestsPerMinute: number
    maxRetries: number
    retryOnRateLimit: boolean