-
Notifications
You must be signed in to change notification settings - Fork 118
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: Too many connections. repl process keep increasing. #59
Comments
Be sure to close the connection on exit, this doesn't automatically happen |
Does it work fine if you try to reconnect on error? https://gist.github.com/numtel/5b37b2a7f47b380c1a099596c6f3db2f |
@sctaix Did you solve the issue? I getting the same error here but I'm using mysql-events package. How did you do? |
@felipesmendes yes i solved that issue. just replace with mysql pool for zongji here is zongji for pool
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is wrong with repl??
sometimes, repl hold the connection never disconnect.
So, thread_connection reaches max what I configure(MAX: 500).
The text was updated successfully, but these errors were encountered: