Commit 5678e86f authored by Nick Nguyen's avatar Nick Nguyen Committed by Douglas Barbosa Alexandre

Declare Geo SidekiqCronConfigWorker as CPU bound

parent fc60f4e3
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
:feature_category: :geo_replication :feature_category: :geo_replication
:has_external_dependencies: :has_external_dependencies:
:urgency: :low :urgency: :low
:resource_boundary: :unknown :resource_boundary: :cpu
:weight: 1 :weight: 1
:idempotent: :idempotent:
:tags: [] :tags: []
......
...@@ -13,6 +13,7 @@ module Geo ...@@ -13,6 +13,7 @@ module Geo
# rubocop:enable Scalability/CronWorkerContext # rubocop:enable Scalability/CronWorkerContext
feature_category :geo_replication feature_category :geo_replication
worker_resource_boundary :cpu
def perform def perform
Gitlab::Geo::CronManager.new.execute Gitlab::Geo::CronManager.new.execute
......
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