BallStateCBER / cri

CBER Data Center: Community Readiness Initiative
http://cri.cberdata.org
0 stars 0 forks source link

Stop catching exceptions in queue tasks #74

Open PhantomWatson opened 6 years ago

PhantomWatson commented 6 years ago

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.