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:
evazion
2019-08-10 12:06:23 -05:00
parent 072885bbf8
commit 96b28a77e7
2 changed files with 0 additions and 23 deletions

View File

@@ -3,7 +3,6 @@ module Maintenance
def hourly
UploadErrorChecker.new.check!
DelayedJobErrorChecker.new.check!
rescue Exception => exception
rescue_exception(exception)
end