mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 07:02:46 +08:00
FIX: Force ActiveRecord reading role if Redis is down take 2.
follow-up f03c7a1ba1
This commit is contained in:
parent
f03c7a1ba1
commit
fd38c2fac3
|
@ -55,10 +55,10 @@ if defined?(RailsFailover::ActiveRecord)
|
|||
Discourse::PG_FORCE_READONLY_MODE_KEY
|
||||
)
|
||||
rescue => e
|
||||
unless e.is_a?(Redis::CannotConnectError)
|
||||
Rails.logger.warn "#{e.class} #{e.message}: #{e.backtrace.join("\n")}"
|
||||
if e.is_a?(Redis::CannotConnectError)
|
||||
true
|
||||
else
|
||||
Rails.logger.warn "#{e.class} #{e.message}: #{e.backtrace.join("\n")}"
|
||||
false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user