Rename handle_exception to handle_job_exception

This commit is contained in:
riking
2015-02-09 12:47:46 -08:00
parent b7f45f6667
commit 5657006aca
13 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ if Sidekiq.server?
manager.tick
rescue => e
# the show must go on
Discourse.handle_exception(e, {message: "While ticking scheduling manager"})
Discourse.handle_job_exception(e, {message: "While ticking scheduling manager"})
end
sleep 1
end