Commit 30cf8070 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre Committed by Michael Kozono

Enable geo_job_artifact_registry_ssot_sync feature flag by default

parent 85b196b4
......@@ -18,7 +18,7 @@ class Geo::JobArtifactRegistry < Geo::BaseRegistry
end
def self.registry_consistency_worker_enabled?
Feature.enabled?(:geo_job_artifact_registry_ssot_sync)
Feature.enabled?(:geo_job_artifact_registry_ssot_sync, default_enabled: true)
end
def self.finder_class
......
---
title: Geo - Enable geo_job_artifact_registry_ssot_sync feature flag by default
merge_request: 31672
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