BLOCKResolved
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.
The engineering problems most recently raised or worked on.
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`