提交 e7f921d4 编写于 作者: V Vipul A M

Log if redis connection is in stale/failed state.

上级 81f4a7dc
...@@ -53,6 +53,10 @@ def redis_connection_for_subscriptions ...@@ -53,6 +53,10 @@ def redis_connection_for_subscriptions
redis.on(:reconnect_failed) do redis.on(:reconnect_failed) do
@logger.error "[ActionCable] Redis reconnect failed." @logger.error "[ActionCable] Redis reconnect failed."
end end
redis.on(:failed) do
@logger.error "[ActionCable] Redis connection has failed."
end
end end
end end
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册