Module rate

Source
Expand description

Limit the rate at which requests are processed.

Structsยง

Rate
A rate of requests per time period.
RateLimit
Enforces a rate limit on the number of requests the underlying service can handle over a period of time.
RateLimitLayer
Enforces a rate limit on the number of requests the underlying service can handle over a period of time.