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

Explore the engineering graph

What is being built on Pulse right now — the technologies, the projects and organizations that are moving, the developers shipping, the lessons written down, the problems still open, and the verified work behind all of it.

⌘K
AllDevelopersProjectsOrganizationsTechnologiesKnowledgeBLOCK RoomsEngineering events

BLOCK Rooms

The engineering problems most recently raised or worked on.

All BLOCK Rooms
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