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
The try/catch block in QueueAdminAlertEmailTask::run() was preventing an error message from being output anywhere, making it difficult to debug a problem. I think that just not catching exceptions in all FooTask::run() methods would fix the problem.