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

too many connections error #266

Open
tantalate opened this issue Nov 22, 2018 · 0 comments
Open

too many connections error #266

tantalate opened this issue Nov 22, 2018 · 0 comments
Labels
topic: infrastructure Related to project infrastructure

Comments

@tantalate
Copy link

It happens occasionally, here is the reason I found out.
This following URL report 503 with "too many connections" error.
http://127.0.0.1:8991/socket.io/?EIO=3&transport=polling&t=MSvMWqA
Kill and restart the create agent won't solve the problem.

There is a bug with go-engine and solved in recent revision but not within the version used in this project. See this link
Sometimes after killing/restarting the agent, the old Arduino_Create_Bridge process were still running, and still get the old connections counted.

So here we may need to solve the bug that killing/restarting won't terminate the old process, and update the go-engine package to newer version.

@rsora rsora added topic: infrastructure Related to project infrastructure and removed dependencies labels Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure
Projects
None yet
Development

No branches or pull requests

3 participants