Skip to content

A rate limit bounds how much work a caller, tenant, or population may request during a defined time interval.

Rate limits protect shared capacity and can enforce fairness between callers. An exceeded limit can delay, reject, or otherwise throttle new work.

A rate limit is an admission policy, not a guarantee that admitted work will finish successfully.