Benjamin Keller
Results
2
comments of
Benjamin Keller
IMHO this is a crucial point for an application to run in production. Error management is really a must, not just a nice to have. Tryed to see if i...
My exact problem being almost the same as @bryanph but also for DB server being shut down or having failures, i finally ended with this simple solution ```js pool.on('connect', client...