Commit 2d3d675f authored by Sean McGivern's avatar Sean McGivern

Merge branch 'make-drop-pipeline-worker-as-urgent' into 'master'

Change urgency of Ci::DropPipelineWorker to high

See merge request gitlab-org/gitlab!82927
parents 9ba7a351 1c456563
......@@ -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