Commit e31fe7dc authored by James Lopez's avatar James Lopez

Merge branch 'gonzoyumo-master-patch-40397' into 'master'

Attribute sidekick worker to the correct category

See merge request gitlab-org/gitlab!55220
parents 35d73135 5ff3035f
......@@ -308,7 +308,7 @@
:idempotent:
:tags: []
- :name: cronjob:update_max_seats_used_for_gitlab_com_subscriptions
:feature_category: :license_compliance
:feature_category: :license
:has_external_dependencies:
:urgency: :low
:resource_boundary: :cpu
......
......@@ -4,7 +4,7 @@ class UpdateMaxSeatsUsedForGitlabComSubscriptionsWorker # rubocop:disable Scalab
include ApplicationWorker
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
feature_category :license_compliance
feature_category :license
worker_resource_boundary :cpu
# rubocop: disable CodeReuse/ActiveRecord
......
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