Commit 392d2b0d authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'move_feature_category_update_repo_worker' into 'master'

Move feature category of ProjectUpdateRepositoryStorage to Gitaly

See merge request gitlab-org/gitlab!27165
parents 4ef4f0f1 b2817793
......@@ -1166,7 +1166,7 @@
:weight: 1
:idempotent:
- :name: project_update_repository_storage
:feature_category: :source_code_management
:feature_category: :gitaly
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......
......@@ -3,7 +3,7 @@
class ProjectUpdateRepositoryStorageWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
feature_category :source_code_management
feature_category :gitaly
def perform(project_id, new_repository_storage_key)
project = Project.find(project_id)
......
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