提交 596567e8 编写于 作者: R Robert Speicher

Merge branch 'sh-fix-issue-54718' into 'master'

Disable Sidekiq feature flag check if features table does not exist

Closes #54718

See merge request gitlab-org/gitlab-ce!23639
......@@ -39,7 +39,7 @@ Sidekiq.configure_server do |config|
ActiveRecord::Base.clear_all_connections!
end
if Feature.enabled?(:gitlab_sidekiq_reliable_fetcher)
if Feature::FlipperFeature.table_exists? && Feature.enabled?(:gitlab_sidekiq_reliable_fetcher)
Sidekiq::ReliableFetcher.setup_reliable_fetch!(config)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册