Commit cc3e91a1 authored by James Lopez's avatar James Lopez

Merge branch 'fix-HistoricalDataWorker-ownership' into 'master'

Fix ownership of HistoricalDataWorker

See merge request gitlab-org/gitlab!38096
parents 2a5ebef6 df186475
......@@ -164,7 +164,7 @@
:idempotent:
:tags: []
- :name: cronjob:historical_data
:feature_category: :license_compliance
:feature_category: :billing
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......
......@@ -7,7 +7,7 @@ class HistoricalDataWorker # rubocop:disable Scalability/IdempotentWorker
include CronjobQueue
# rubocop:enable Scalability/CronWorkerContext
feature_category :license_compliance
feature_category :billing
def perform
return if License.current.nil? || License.current&.trial?
......
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