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
372135d6
Commit
372135d6
authored
Jun 23, 2020
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tag BuildFinishedWorker as using disk I/O
parent
e1c83c24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
app/workers/all_queues.yml
app/workers/all_queues.yml
+4
-3
app/workers/build_finished_worker.rb
app/workers/build_finished_worker.rb
+1
-0
No files found.
app/workers/all_queues.yml
View file @
372135d6
...
...
@@ -5,7 +5,7 @@
---
-
:name: authorized_project_update:authorized_project_update_project_create
:feature_category: :authentication_and_authorization
:has_external_dependencies:
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
1
...
...
@@ -13,7 +13,7 @@
:tags: []
-
:name: authorized_project_update:authorized_project_update_project_group_link_create
:feature_category: :authentication_and_authorization
:has_external_dependencies:
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
1
...
...
@@ -978,7 +978,8 @@
:resource_boundary: :cpu
:weight:
5
:idempotent:
:tags: []
:tags:
- :requires_disk_io
-
:name: pipeline_processing:build_queue
:feature_category: :continuous_integration
:has_external_dependencies:
...
...
app/workers/build_finished_worker.rb
View file @
372135d6
...
...
@@ -7,6 +7,7 @@ class BuildFinishedWorker # rubocop:disable Scalability/IdempotentWorker
queue_namespace
:pipeline_processing
urgency
:high
worker_resource_boundary
:cpu
tags
:requires_disk_io
# rubocop: disable CodeReuse/ActiveRecord
def
perform
(
build_id
)
...
...
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