1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Lee Henson
b4e6291ca7 don't fail when handling an exception with a nil backtrace 2013-10-07 15:00:20 +01:00
Mike Perham
a8c0e28bba Whoa, reason is actually an Exception. Didn't know that. 2013-09-22 20:48:17 -07:00
Mike Perham
2b9ab89489 Ensure we always pass a Hash to handle_exception, fixes #1134 2013-08-25 12:59:33 -07:00
Wes Morgan
d6629db803 Revert "Revert "Use ExceptionNotifier.notify_exception""
This reverts commit 965f8b28ec.
2013-07-15 16:41:30 -06:00
Mike Perham
965f8b28ec Revert "Use ExceptionNotifier.notify_exception"
This reverts commit 962c7c0908.
2013-05-24 11:10:14 -07:00
Steve Randy Tantra
962c7c0908 Use ExceptionNotifier.notify_exception
This will handle ignored exceptions
2013-05-06 08:15:07 +08:00
Mike Perham
aed84fd8b2 note that we don't want more error services 2012-10-28 13:24:01 -07:00
Teng Siong Ong
4da2757801 use honeybadger for exception. 2012-10-26 20:33:54 -07:00
Ezekiel Templin
22381aa13b Use Airbrake#notify_or_ignore 2012-09-06 18:50:15 +01:00
John Firebaugh
aad8a3a1c5 Actually deliver the exception notifications 2012-08-15 14:15:10 -07:00
Mike Perham
36801315d6 Rework error handling to work with watchdog 2012-08-02 20:48:49 -07:00
Mike Subelsky
0622ac3192 extract error handling middleware into processor-level code 2012-07-31 14:30:34 -04:00