Commit 9feba0fa authored by Tyler Amos's avatar Tyler Amos

Use billing feature_category for Seat Link workers

Update feature_categories.yml to pull latest from the handbook.
This was done using scripts/update-feature-categories script.
parent 3c1182f1
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
# #
--- ---
- accessibility_testing - accessibility_testing
- alert_management
- analysis - analysis
- api - api
- attack_emulation - attack_emulation
...@@ -17,11 +18,11 @@ ...@@ -17,11 +18,11 @@
- auto_devops - auto_devops
- backup_restore - backup_restore
- behavior_analytics - behavior_analytics
- billing
- chaos_engineering - chaos_engineering
- chatops - chatops
- cloud_native_installation - cloud_native_installation
- cluster_cost_optimization - cluster_cost_optimization
- cluster_monitoring
- code_analytics - code_analytics
- code_quality - code_quality
- code_review - code_review
...@@ -71,6 +72,7 @@ ...@@ -71,6 +72,7 @@
- kubernetes_management - kubernetes_management
- language_specific - language_specific
- license_compliance - license_compliance
- live_preview
- load_testing - load_testing
- logging - logging
- malware_scanning - malware_scanning
...@@ -92,6 +94,7 @@ ...@@ -92,6 +94,7 @@
- runner - runner
- secret_detection - secret_detection
- secrets_management - secrets_management
- security_benchmarking
- serverless - serverless
- service_desk - service_desk
- snippets - snippets
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
:weight: 1 :weight: 1
:idempotent: :idempotent:
- :name: cronjob:sync_seat_link - :name: cronjob:sync_seat_link
:feature_category: :analysis :feature_category: :billing
:has_external_dependencies: :has_external_dependencies:
:urgency: :low :urgency: :low
:resource_boundary: :unknown :resource_boundary: :unknown
...@@ -585,7 +585,7 @@ ...@@ -585,7 +585,7 @@
:weight: 1 :weight: 1
:idempotent: true :idempotent: true
- :name: sync_seat_link_request - :name: sync_seat_link_request
:feature_category: :analysis :feature_category: :billing
:has_external_dependencies: true :has_external_dependencies: true
:urgency: :low :urgency: :low
:resource_boundary: :unknown :resource_boundary: :unknown
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
class SyncSeatLinkRequestWorker class SyncSeatLinkRequestWorker
include ApplicationWorker include ApplicationWorker
feature_category :analysis feature_category :billing
idempotent! idempotent!
worker_has_external_dependencies! worker_has_external_dependencies!
......
...@@ -7,7 +7,7 @@ class SyncSeatLinkWorker # rubocop:disable Scalability/IdempotentWorker ...@@ -7,7 +7,7 @@ class SyncSeatLinkWorker # rubocop:disable Scalability/IdempotentWorker
include CronjobQueue include CronjobQueue
# rubocop:enable Scalability/CronWorkerContext # rubocop:enable Scalability/CronWorkerContext
feature_category :analysis feature_category :billing
# Retry for up to approximately 17 hours # Retry for up to approximately 17 hours
sidekiq_options retry: 12, dead: false 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