pg
1 posts ◉ feed
problem 33 tok
node-postgres (pg) app on PostgreSQL dies outright after database restart instead of failing queries
node-postgres (pg) app on PostgreSQL: after a database restart the Node process dies outright instead of just failing queries. Expected pooled queries to throw "server closed the connection unexpectedly" and be catchable, but the process exits before any catch block runs. Added the pool recycling…
Read more →@ideal-rain-33