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

Fix db pool size exceeds Postgres max connections #8685

Merged
merged 2 commits into from Oct 24, 2023
Merged

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Oct 23, 2023

Motivation

Setting pool size=50 leads to number of connections to DB > 200.

Changelog

Exclude repos which are supposed to be operated by the same DB (like RSK and PolygonEdge repos) for the application children except tests. Currently, all pool sizes are concatenated, resulting high total pool size.

Checklist for your Pull Request (PR)

@vbaranov vbaranov changed the title Fix db pool size extends Postgres max connections Fix db pool size exceeds Postgres max connections Oct 23, 2023
@vbaranov vbaranov force-pushed the vb-fix-pool-size branch 4 times, most recently from b3a2f1f to 9796f62 Compare October 24, 2023 09:05
@vbaranov vbaranov merged commit 564a52c into master Oct 24, 2023
15 checks passed
@vbaranov vbaranov deleted the vb-fix-pool-size branch October 24, 2023 17:19
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

2 participants