Commit 1c456563 authored by Fabio Pitino's avatar Fabio Pitino

Change urgency of Ci::DropPipelineWorker to high

parent e7181fef
......@@ -1663,7 +1663,7 @@
:worker_name: Ci::DropPipelineWorker
:feature_category: :continuous_integration
:has_external_dependencies:
:urgency: :low
:urgency: :high
:resource_boundary: :unknown
:weight: 3
:idempotent: true
......
......@@ -9,6 +9,8 @@ module Ci
sidekiq_options retry: 3
include PipelineQueue
urgency :high
idempotent!
def perform(pipeline_id, failure_reason)
......
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