mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: report db when we get an exception in multisite
This commit is contained in:
parent
2d16255185
commit
8699c929db
@ -154,6 +154,7 @@ module Jobs
|
||||
execute(opts)
|
||||
rescue => e
|
||||
thread_exception[:ex] = e
|
||||
thread_exception[:other] = { problem_db: db }
|
||||
end
|
||||
rescue => e
|
||||
thread_exception[:ex] = e
|
||||
|
Loading…
Reference in New Issue
Block a user