Commit 6d09f211 authored by David Fernandez's avatar David Fernandez

Merge branch 'if-enable_specialized_project_create_ff' into 'master'

Enable specialized_project_authorization_worker feature flag

See merge request gitlab-org/gitlab!52719
parents 5cedada9 177d2a1d
......@@ -127,7 +127,7 @@ module Projects
access_level: group_access_level)
end
if Feature.enabled?(:specialized_project_authorization_workers)
if Feature.enabled?(:specialized_project_authorization_workers, default_enabled: :yaml)
AuthorizedProjectUpdate::ProjectCreateWorker.perform_async(@project.id)
# AuthorizedProjectsWorker uses an exclusive lease per user but
# specialized workers might have synchronization issues. Until we
......
---
title: Project creation to use specialized worker to calculate project authorizations
merge_request: 52719
author:
type: performance
......@@ -5,4 +5,4 @@ rollout_issue_url:
milestone: '13.0'
type: development
group: group::access
default_enabled: false
default_enabled: true
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