Commit 34da1ea0 authored by Michael Kozono's avatar Michael Kozono

Merge branch '210525-enable-geo-file-registry-ssot-sync-feature-flag-by-default' into 'master'

Enable geo_file_registry_ssot_sync feature flag by default

See merge request gitlab-org/gitlab!31671
parents 1d1c40f9 5790cdf0
......@@ -15,7 +15,7 @@ class Geo::UploadRegistry < Geo::BaseRegistry
scope :never, -> { where(success: false, retry_count: nil) }
def self.registry_consistency_worker_enabled?
Feature.enabled?(:geo_file_registry_ssot_sync)
Feature.enabled?(:geo_file_registry_ssot_sync, default_enabled: true)
end
def self.finder_class
......
---
title: Geo - Enable geo_file_registry_ssot_sync feature flag by default
merge_request: 31671
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment