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
Exception Notification does not seem to be catching the following error when the database is down:
Mysql2::Error (Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)):
Is this possible to configure?
The text was updated successfully, but these errors were encountered:
if the error occurs during the application boot, exception_notification can not be able to send notifications because it relies on rack middleware to catch errors.
I'm doing some bug triage and I would like to know if this bug is still happening on master.
The idea is to close those errors that can't be reproduced or that don't have enough information to reproduce it. I'll revisit this bug in a week and I'll close it if there's no more information. It can be opened again later if necessary.
Exception Notification does not seem to be catching the following error when the database is down:
Mysql2::Error (Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)):
Is this possible to configure?
The text was updated successfully, but these errors were encountered: