FIX: report db when we get an exception in multisite

This commit is contained in:
Sam 2014-08-19 17:24:00 +10:00
parent 2d16255185
commit 8699c929db
1 changed files with 1 additions and 0 deletions

View File

@ -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