#throttling
1 approved public terms with this tag.
Rate Limiting
/reɪt ˈlɪmɪtɪŋ/noun
機械支援の翻訳下書き (Japanese) for "Rate Limiting": A technique for controlling the frequency of requests a client can make to an API or service within a given time window. Rate limiting protects systems from abuse, prevents overload, and ensures fair resource allocation among consumers. Responses typically include headers indicating current usage and remaining quota.
“例文の下書き: The API returned a 429 Too Many Requests error once rate limiting kicked in at 100 calls per minute.”