saurabhnanda / odd-jobs

Haskell job queue with admin UI and loads of other features.
https://www.haskelltutorials.com/odd-jobs/
BSD 3-Clause "New" or "Revised" License
75 stars 29 forks source link

Add logging for when jobs get canceled due to time out #79

Open jappeace opened 3 years ago

jappeace commented 3 years ago

One of our long-running jobs failed silently on timeout and we have to catch AsyncCancelled to log this event. It'd be better if we were made aware of this failure to some kind of logging mechanism.