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
Currently, since SEND_ERROR_MAIL defaults to True, if there's a problem with a job, we try to email the user about it. However, if sending that email raises an exception, the whole JobMonitor dies, thereby killing the rest of the jobs. We should make it so that doesn't happen.
The text was updated successfully, but these errors were encountered:
Currently, since
SEND_ERROR_MAIL
defaults toTrue
, if there's a problem with a job, we try to email the user about it. However, if sending that email raises an exception, the wholeJobMonitor
dies, thereby killing the rest of the jobs. We should make it so that doesn't happen.The text was updated successfully, but these errors were encountered: