-
Notifications
You must be signed in to change notification settings - Fork 25
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
Hawtio-Online installs are displaying an nginx "429 Too Many Requests" error #272
Comments
Logs from app:
|
Trying to implement limitations, either through max connections by IP or rate limiting causes parts of the application to fail in different ways. For example, rate limiting to 40 connections / second seems like a good solution (even inserting only in the /online location) yet opening up the app in 5 different tabs kills the 5th tab. Implementation of any conn/rate limiting is going to require a much more sophisticated approach if it is indeed necessary. @tadayosi glad for your input on this. |
* Trying to connection or rate limiting requests to the nginx server fails to provide a satisfactory working application * Even rate limiting to 40 requests/second can kill the application by simply opening it in 5 different tabs * Needs a far more sophisticated understanding of how to handle implementing such limits
Created #273 in the interim to workaround the |
* Trying to connection or rate limiting requests to the nginx server fails to provide a satisfactory working application * Even rate limiting to 40 requests/second can kill the application by simply opening it in 5 different tabs * Needs a far more sophisticated understanding of how to handle implementing such limits
Pushing to subsequent milestone. |
Consider how to modify the rate limiting of the web server.
The text was updated successfully, but these errors were encountered: