Skip to content

Disable Sidekiq feature flag check if features table does not exist

Stan Hu requested to merge sh-fix-issue-54718 into master

The GitLab Development Kit initialization failed because the Sidekiq initializer was attempting to look up a feature flag when the features table hadn't been created yet.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54718

Merge request reports