3 ms·
We were connecting over `pg` (NodeJS). The web dashboard was constantly logging me out and was overall a mess (although I'd imagine it might be a bit better now
by t1c 2y ago
We were connecting over `pg` (NodeJS). The web dashboard was constantly logging me out and was overall a mess (although I'd imagine it might be a bit better now, given GA?). There's no DMs on HackerNews btw
- password4321 2y agonode-postgres (pg, probably more specifically pg-pool) doesn't do too well with serverless, not handling TCP connections killed while in the pool (or something): https://github.com/brianc/node-postgres/issues/2112 https://github.com/brianc/node-postgres/issues/2112 (open since 2020) A nice marketing opportunity for Neon/Supabase to get a fix officially released.
- tristan957 2y agoI made a note in our internal Neon slack. Thanks!