A single missed .catch() anywhere in the notification code (email/WhatsApp sending) previously took down the whole process via process.exit(1). Log the error instead and keep running.
A single missed .catch() anywhere in the notification code (email/WhatsApp sending) previously took down the whole process via process.exit(1). Log the error instead and keep running.