Aller au contenu

#throttling

1 approved public terms with this tag.

Rate Limiting

/reɪt ˈlɪmɪtɪŋ/noun
Technology

Brouillon de traduction automatique (French) 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.

Exemple en brouillon: The API returned a 429 Too Many Requests error once rate limiting kicked in at 100 calls per minute.