Hacker News new | ask | show | jobs
by t1c 795 days 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
1 comments

node-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 (open since 2020)

A nice marketing opportunity for Neon/Supabase to get a fix officially released.

I made a note in our internal Neon slack. Thanks!