Commit 608cacd4 authored by James Lopez's avatar James Lopez Committed by James Lopez

Update Fulfillment categories

parent 1b8718e2
......@@ -19,7 +19,6 @@
- auto_devops
- backup_restore
- behavior_analytics
- billing
- chatops
- cloud_native_installation
- cluster_cost_optimization
......@@ -87,6 +86,8 @@
- planning_analytics
- product_analytics
- projects
- provision
- purchase
- quality_management
- release_evidence
- release_orchestration
......
......@@ -172,7 +172,7 @@
:idempotent:
:tags: []
- :name: cronjob:historical_data
:feature_category: :billing
:feature_category: :provision
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......@@ -236,7 +236,7 @@
:idempotent:
:tags: []
- :name: cronjob:sync_seat_link
:feature_category: :billing
:feature_category: :provision
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......@@ -700,7 +700,7 @@
:idempotent: true
:tags: []
- :name: sync_seat_link_request
:feature_category: :billing
:feature_category: :provision
:has_external_dependencies: true
:urgency: :low
:resource_boundary: :unknown
......
......@@ -7,7 +7,7 @@ class HistoricalDataWorker # rubocop:disable Scalability/IdempotentWorker
include CronjobQueue
# rubocop:enable Scalability/CronWorkerContext
feature_category :billing
feature_category :provision
def perform
return if License.current.nil? || License.current&.trial?
......
......@@ -3,7 +3,7 @@
class SyncSeatLinkRequestWorker
include ApplicationWorker
feature_category :billing
feature_category :provision
# Retry for up to approximately 6 days
sidekiq_options retry: 20
......
......@@ -7,7 +7,7 @@ class SyncSeatLinkWorker # rubocop:disable Scalability/IdempotentWorker
include CronjobQueue
# rubocop:enable Scalability/CronWorkerContext
feature_category :billing
feature_category :provision
# Retry for up to approximately 17 hours
sidekiq_options retry: 12, dead: false
......
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