-
Notifications
You must be signed in to change notification settings - Fork 22
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
Broccoli HTTP requests time out #334
Comments
Am I using the websocket channels correctly? |
The channel broadcast is blocking. So maybe we can also move to fixed delay and log the time. |
Maybe I should use a unicast instead of multicasts for everyone? As I am anyway sending the message separately for authorization reasons (some users cannot receive passwords, e.g.). https://stackoverflow.com/questions/23371586/understanding-concurrent-unicasts-arguments |
Problem
After some time of having Broccoli running with many users and instances, the consul health check fails, Broccoli becomes unresponsive.
References
The text was updated successfully, but these errors were encountered: