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

Set client_connection_check_interval for main Postgres DB in docker-compose setup #8911

Merged
merged 1 commit into from Dec 4, 2023

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Nov 30, 2023

Motivation

Constant growth of DB connections from the main application because application doesn't kill the process on the DB, even when application already doesn't wait result from the process. We tried to apply updating ecto-sql -> 3.11.0, which contains db_connection@2.6.0, which seems contains the fix for the problem on the application side (killing unused DB connections). Unfortunately, this fix didn't help.

Changelog

Set 1 min client_connection_check_interval for Postgres DB in docker-compose setup.

Checklist for your Pull Request (PR)

@vbaranov vbaranov force-pushed the vb-docker-db-client_connection_check_interval branch from dd0e932 to ee68029 Compare November 30, 2023 13:38
@vbaranov vbaranov merged commit dfd05f9 into master Dec 4, 2023
41 checks passed
@vbaranov vbaranov deleted the vb-docker-db-client_connection_check_interval branch December 4, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants