mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 13:35:20 -05:00
Merge pull request #3190 from riking/thrown_logging
Delete old ErrorLog, use Logster for 500 errors
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