mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:16:08 +08:00
DEV: Use safe_each_connection
patch when preloading Rails.
This is to ensure we still boot even if there is a problem with any of the databases.
This commit is contained in:
parent
a4a33fccb0
commit
76ce814a62
|
@ -838,7 +838,7 @@ module Discourse
|
|||
|
||||
# load up schema cache for all multisite assuming all dbs have
|
||||
# an identical schema
|
||||
RailsMultisite::ConnectionManagement.each_connection do
|
||||
RailsMultisite::ConnectionManagement.safe_each_connection do
|
||||
dup_cache = schema_cache.dup
|
||||
# this line is not really needed, but just in case the
|
||||
# underlying implementation changes lets give it a shot
|
||||
|
|
Loading…
Reference in New Issue
Block a user