A gateway tracks usage with counters or token buckets and delays or rejects work beyond the policy. Limits protect shared capacity, control cost, and reduce abuse while returning retry information to well-behaved clients.
Rate limiting restricts how many requests or tokens a client can consume over a time interval.
A gateway tracks usage with counters or token buckets and delays or rejects work beyond the policy. Limits protect shared capacity, control cost, and reduce abuse while returning retry information to well-behaved clients.