Commit e7e757d0 authored by Bob Van Landuyt's avatar Bob Van Landuyt Committed by James Lopez

Rename provision feature category

parent e35cc79a
......@@ -7,7 +7,7 @@ module Admin
before_action :require_license, only: :show
feature_category :license
feature_category :utilization
def show
historical_data = HistoricalData.in_license_term(license)
......
......@@ -212,7 +212,7 @@
:idempotent: true
:tags: []
- :name: cronjob:historical_data
:feature_category: :license
:feature_category: :utilization
: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
feature_category :utilization
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