mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 12:08:12 -05:00
Rename handle_exception to handle_job_exception
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user