Skip to content

fix(pgxpool): track in-flight connection attempts to enforce MaxConns during recovery (#3) - #10

Open
jihadMo wants to merge 1 commit into
colmev080:mainfrom
jihadMo:fix/pgxpool-in-flight-connection-cap
Open

fix(pgxpool): track in-flight connection attempts to enforce MaxConns during recovery (#3)#10
jihadMo wants to merge 1 commit into
colmev080:mainfrom
jihadMo:fix/pgxpool-in-flight-connection-cap

Conversation

@jihadMo

@jihadMo jihadMo commented Aug 8, 2026

Copy link
Copy Markdown

Resolves #3.

Tracks inFlightConns atomically in pgxpool/pool.go to ensure active + in-flight connection attempts never exceed MaxConns during DB outage recovery, backed by concurrency stress unit test suite in pgxpool/pool_test.go.

@jihadMo

jihadMo commented Aug 8, 2026

Copy link
Copy Markdown
Author

/claim #3

@opirebot

opirebot Bot commented Aug 8, 2026

Copy link
Copy Markdown

😅 Unfortunately there are no rewards left to claim in this issue!

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.

🎯 Prevent Connection Storms and MaxConns Violations in pgxpool during DB Recovery

1 participant