RateLimiterConfig interface

The rate limiter config (internal).

Signature:

export interface RateLimiterConfig 

Properties

appLimit

Type: RateLimitConfig


methodLimit

Type: MethodRateLimitConfig


retry

Type: RetryOptions


strategy

Type: 'burst' | 'spread'


throw

Type: Boolean