1Let it crash
While you should catch Operational errors (like bad passwords) gracefully, if you encounter a severe Programming error (like a corrupted database connection), it is often safer to let the Node process crash and have PM2 or Kubernetes automatically restart a fresh, clean instance.
