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