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

GraphQL server doesn't close postgres connection #247

Open
attemka opened this issue Nov 23, 2023 · 0 comments
Open

GraphQL server doesn't close postgres connection #247

attemka opened this issue Nov 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working dev-backlog

Comments

@attemka
Copy link
Contributor

attemka commented Nov 23, 2023

When GraphQL server is restarted and (apparently) has some active DB connections it doesn't close them properly. This leaves them open and when this number reaches 100 new connections can't be open. We need to make sure that after the restart\termination of the GraphQL server all the DB connections are closed.

@attemka attemka added the bug Something isn't working label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev-backlog
Projects
None yet
Development

No branches or pull requests

3 participants