Skip to content
Snippets Groups Projects
Commit 5684bdd7 authored by Vasilii Iakliushin's avatar Vasilii Iakliushin
Browse files

Remove 'delayed_repository_update_mirror_worker' feature flag

Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/362894

Use `sticky` data consistency for RepositoryUpdateMirrorWorker by
default.

Changelog: changed
parent 3212bd02
No related merge requests found
---
name: delayed_repository_update_mirror_worker
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/87995
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/362894
milestone: '15.1'
type: development
group: group::source code
default_enabled: false
......@@ -6,7 +6,7 @@ class RepositoryUpdateMirrorWorker
include ApplicationWorker
idempotent!
data_consistency :sticky, feature_flag: :delayed_repository_update_mirror_worker
data_consistency :sticky
include ProjectStartImport
feature_category :source_code_management
......
......@@ -16,7 +16,6 @@
it_behaves_like 'worker with data consistency',
described_class,
feature_flag: :delayed_repository_update_mirror_worker,
data_consistency: :sticky
it 'sets status as finished when update mirror service executes successfully' do
......
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