specs icon indicating copy to clipboard operation
specs copied to clipboard

Add note about throttling

Open wetneb opened this issue 5 years ago • 1 comments

We should add a not about how services should throttle queries. Probably using standard HTTP mechanisms like a Retry-After header - so there is probably not much to specify except than to recall the correct HTTP codes and headers.

wetneb avatar Feb 18 '20 15:02 wetneb

One way to make servers more defensive is to add a rate limiting reverse proxy to control the flow of requests.

gitonthescene avatar Feb 23 '21 00:02 gitonthescene