You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing connection error handler in pool, resolving process crash
pg-pool requires attaching an error handler to each item checked out off the pool, which will
handle connection-level errors. Without it, the application straight-up crashes whenever the
connection is interrupted (e.g. database failover).
See brianc/node-postgres#1324
Signed-off-by: Quentin Machu <quentin@bitmex.com>
0 commit comments