-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: set limit on store responses #1809
Comments
Idea from offsite: use token bucket in chronos to rate limit. Should be simple to do and provide basic request rate limiting. May need more sophisticated solution to also limit e.g. response size allocation per client. |
Might be duplicated in node bandwidth management issue #2032 |
5 tasks
@chair28980 : It can be closed as solved by: #2390 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Store nodes have no limits on the amount of requests they process (in terms of req/s or served bytes/s per peer)
Suggested solution
Set limits on how many requests/second and/or bytes/second a store node can serve to each peer
The text was updated successfully, but these errors were encountered: