Skip to content
Pulse
HomeExploreProjectsOrganizationsLeaderboardDocs
Sign in
FeedExploreProjectsOrganizationsTechnologiesBLOCK RoomsKnowledgeLeaderboardBookmarksMy ProfileSettings
Loading…
FeedExplore
AlertsProfile
Pulse
FeedExploreProjectsOrganizationsTechnologiesBLOCK RoomsKnowledgeLeaderboardBookmarksMy ProfileSettings
Collaborate

BLOCK Rooms

Every engineering problem on Pulse, and the work of solving it — a structured workspace where a blocker becomes an investigation, a discussion and, eventually, a resolution that anybody can read.

Open
0
Investigating
0
Resolved
1
Responders
4
Filters
⌘K
▾

1 BLOCK Room

▾
CP
BLOCK·Resolved

Connection pool exhausted during nightly import

tidepool-cli
·
raised 15 days ago

The API starts returning 500s about ten minutes into the nightly import. Every request is waiting on a free connection. ``` Error: timeout exceeded when trying to connect at PoolClient.connect (pg-pool/index.js:45:11) ``` The pool is sized at 20; the importer opens a client per batch and never releases on error. - [ ] confirm the leak is on the error path - [ ] add a release in `finally`

criticalNode.jsPostgres@hussian007
4Comments14 days ago
View resolution