Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error rate limiting #22

Closed
wants to merge 1 commit into from

Conversation

jonathansm1th
Copy link

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.

@jonathansm1th jonathansm1th changed the title [WIP] Adding skip success [WIP] Error rate limiting Mar 13, 2020
Opening up success to 1xx-3xx

Adjusting tests
@jonathansm1th jonathansm1th marked this pull request as ready for review March 13, 2020 22:09
@jonathansm1th jonathansm1th changed the title [WIP] Error rate limiting Error rate limiting Mar 13, 2020
@jonathansm1th
Copy link
Author

We ended up implementing this with a skip function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant