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
I found a way on web using logging handler: http://stackoverflow.com/questions/6182693/python-send-email-when-exception-is-raised . But I think we also need a delay(2m, 4m ... 1h to prevent too much notifications) and cache to send logging notifications to users. When the # (last sent logwarning) < 10 (system may be back to normal), the delay is reset to 2m again.
The text was updated successfully, but these errors were encountered:
I found a way on web using logging handler: http://stackoverflow.com/questions/6182693/python-send-email-when-exception-is-raised . But I think we also need a delay(2m, 4m ... 1h to prevent too much notifications) and cache to send logging notifications to users. When the # (last sent logwarning) < 10 (system may be back to normal), the delay is reset to 2m again.
The text was updated successfully, but these errors were encountered: