Commit 3284bffb authored by Andrew Newdigate's avatar Andrew Newdigate

Throttle ProjectUpdateRepositoryStorageWorker Jobs

Part of https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/436
parent d35cd556
......@@ -1542,7 +1542,7 @@
- :name: project_update_repository_storage
:feature_category: :gitaly
:has_external_dependencies:
:urgency: :low
:urgency: :throttled
:resource_boundary: :unknown
:weight: 1
:idempotent:
......
......@@ -4,6 +4,7 @@ class ProjectUpdateRepositoryStorageWorker # rubocop:disable Scalability/Idempot
include ApplicationWorker
feature_category :gitaly
urgency :throttled
def perform(project_id, new_repository_storage_key, repository_storage_move_id = nil)
repository_storage_move =
......
---
title: Throttle ProjectUpdateRepositoryStorageWorker Jobs
merge_request: 35230
author:
type: other
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