mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Discoruse.handle_exception
to report exception via sidekiq helper, adds extra context
This commit is contained in:
@@ -35,7 +35,7 @@ if Sidekiq.server?
|
||||
manager.tick
|
||||
rescue => e
|
||||
# the show must go on
|
||||
Scheduler::Manager.handle_exception(e)
|
||||
Discourse.handle_exception(e)
|
||||
end
|
||||
sleep 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user