Commit a9244ed8 authored by Stan Hu's avatar Stan Hu

Merge branch 'jameslopez-master-patch-03620' into 'master'

Add worker_resource_boundary to UpdateStatisticsWorker

See merge request gitlab-org/gitlab!66716
parents b8419272 df5b799d
......@@ -1074,7 +1074,7 @@
:feature_category: :source_code_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:resource_boundary: :cpu
:weight: 1
:idempotent: true
:tags:
......
......@@ -9,6 +9,8 @@ module Groups
sidekiq_options retry: 3
worker_resource_boundary :cpu
feature_category :source_code_management
tags :exclude_from_kubernetes
idempotent!
......
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