Commit d4f4ad3b authored by James Lopez's avatar James Lopez

Merge branch 'bvl-update-max-seats-worker-feature-category' into 'master'

Update feature category for MaxSeatsWorker

See merge request gitlab-org/gitlab!65158
parents e0ba63c8 2e7c88a0
......@@ -424,7 +424,7 @@
:tags: []
- :name: cronjob:update_max_seats_used_for_gitlab_com_subscriptions
:worker_name: UpdateMaxSeatsUsedForGitlabComSubscriptionsWorker
:feature_category: :license
:feature_category: :utilization
:has_external_dependencies:
:urgency: :low
:resource_boundary: :cpu
......
......@@ -6,7 +6,7 @@ class UpdateMaxSeatsUsedForGitlabComSubscriptionsWorker # rubocop:disable Scalab
sidekiq_options retry: 3
include CronjobQueue # rubocop:disable Scalability/CronWorkerContext
feature_category :license
feature_category :utilization
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