protection boundary
Rate limit
Rate Limit
Also known as · rate limiting · request quota · call limit
Definition
A policy that limits request volume by time, subject, or route to protect resources and external spend. The contract includes the exceeded response and retry guidance, not just a number.
Searchable examples
- 60 requests / minute
- HTTP 429
Short example
HTTP/1.1 429 Too Many Requests
Retry-After: 12
Review privacy and bypass risk when choosing IP, account, or API-key identity.
Compare with
Terms that compare with this term
- Cachederived storageA way to store a reusable copy of a result to reduce latency and source load. A cache hit proves speed, not freshness, authorization, or consistency.
- WebRTC cost gateWebRTC Cost Gatecost and feature boundaryA rule that separates WebRTC feature code from operational entry points and keeps expensive TURN, SFU, and video paths disabled until an explicit configuration and cost approval exist.