AdaptiveRateLimiter
A client-side rate limiter backed by a token bucket. This limiter adaptively updates the refill rate of the bucket based on the number of successful transactions vs throttling errors. This limiter applies a smoothing function in an attempt to converge on the ideal transaction rate feasible for downstream systems.
Constructors
Link copied to clipboard
Initializes a new AdaptiveRateLimiter