Rate limiting

just to clarify, we're after creating a rate limiter for outgoing requests, so we're not interested in tracking who the requests are coming from etc. we just have a simple service that makes http requests to an external api that has a rate limit and we want to make sure we don't exceed that
Was this page helpful?