Commit 19ad31f0 authored by Arturo Herrero's avatar Arturo Herrero

Update feature category for PropagateServiceTemplateWorker

Update Sidekiq metadata with:
bin/rake gitlab:sidekiq:all_queues_yml:generate
parent 109a57ca
...@@ -1597,7 +1597,7 @@ ...@@ -1597,7 +1597,7 @@
:idempotent: true :idempotent: true
:tags: [] :tags: []
- :name: propagate_service_template - :name: propagate_service_template
:feature_category: :source_code_management :feature_category: :integrations
:has_external_dependencies: :has_external_dependencies:
:urgency: :low :urgency: :low
:resource_boundary: :unknown :resource_boundary: :unknown
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
class PropagateServiceTemplateWorker # rubocop:disable Scalability/IdempotentWorker class PropagateServiceTemplateWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker include ApplicationWorker
feature_category :source_code_management feature_category :integrations
LEASE_TIMEOUT = 4.hours.to_i LEASE_TIMEOUT = 4.hours.to_i
......
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