specs
specs copied to clipboard
Add note about throttling
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.
One way to make servers more defensive is to add a rate limiting reverse proxy to control the flow of requests.