Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1c456563
Commit
1c456563
authored
Mar 15, 2022
by
Fabio Pitino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change urgency of Ci::DropPipelineWorker to high
parent
e7181fef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
app/workers/all_queues.yml
app/workers/all_queues.yml
+1
-1
app/workers/ci/drop_pipeline_worker.rb
app/workers/ci/drop_pipeline_worker.rb
+2
-0
No files found.
app/workers/all_queues.yml
View file @
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
...
...
app/workers/ci/drop_pipeline_worker.rb
View file @
1c456563
...
...
@@ -9,6 +9,8 @@ module Ci
sidekiq_options
retry:
3
include
PipelineQueue
urgency
:high
idempotent!
def
perform
(
pipeline_id
,
failure_reason
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment