delayed jobs: drop failed jobs email alert.
Usually when jobs aren't working it's not because the jobs themselves are failing, it's because the workers crashed and aren't processing jobs at all.
This commit is contained in:
@@ -3,7 +3,6 @@ module Maintenance
|
||||
|
||||
def hourly
|
||||
UploadErrorChecker.new.check!
|
||||
DelayedJobErrorChecker.new.check!
|
||||
rescue Exception => exception
|
||||
rescue_exception(exception)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user