Skip to content
Commit 9141341b authored by Stan Hu's avatar Stan Hu
Browse files

Disable Sidekiq feature flag check if features table does not exist

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
parent a50c777d
Loading
Loading
Loading