提交 78c1ab40 编写于 作者: S Stan Hu

Gracefully handle when Redis is not available

上级 e55473ad
......@@ -295,5 +295,10 @@ if Rails.env.test?
end
# Force a refresh of application settings at startup
ApplicationSetting.expire
Ci::ApplicationSetting.expire
begin
ApplicationSetting.expire
Ci::ApplicationSetting.expire
rescue
# Gracefully handle when Redis is not available. For example,
# omnibus may fail here during assets:precompile.
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册