-
Notifications
You must be signed in to change notification settings - Fork 1
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
connection to database don't close #24
Comments
It have to use promise for each connection to database with a catch and finally with |
Quick Fix : Every day restart container database or when we have a error or when number of connection is high |
Restart container: It's only if container stop or Docker service restart. Another idea, it's ask postgres to delete all connection inactive.
Maybe launch this function every connection ? |
TODO: Modify all case called database to use Pool instead of Client |
connection to database don't close
Error message in container ep2m2-web:
Reproduction:
=> impossible to open web site
The text was updated successfully, but these errors were encountered: