Closed jonathansm1th closed 4 years ago
We'd like to implement this rate limiter to throttle errors.
This PR adds the configuration and ability to skip rate limiting of successful requests, in order to only rate limit non 2xx's.
We ended up implementing this with a skip function.
We'd like to implement this rate limiter to throttle errors.
This PR adds the configuration and ability to skip rate limiting of successful requests, in order to only rate limit non 2xx's.