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
e84160ab
Commit
e84160ab
authored
Jul 22, 2021
by
Arturo Herrero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Ecosystem CPU bound worker
parent
1cc201fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
app/workers/all_queues.yml
app/workers/all_queues.yml
+2
-2
app/workers/gitlab/github_import/import_pull_request_merged_by_worker.rb
...lab/github_import/import_pull_request_merged_by_worker.rb
+1
-0
app/workers/gitlab/github_import/import_pull_request_review_worker.rb
...gitlab/github_import/import_pull_request_review_worker.rb
+1
-0
No files found.
app/workers/all_queues.yml
View file @
e84160ab
...
@@ -903,7 +903,7 @@
...
@@ -903,7 +903,7 @@
:feature_category: :importers
:feature_category: :importers
:has_external_dependencies:
true
:has_external_dependencies:
true
:urgency: :low
:urgency: :low
:resource_boundary: :
unknown
:resource_boundary: :
cpu
:weight:
1
:weight:
1
:idempotent:
:idempotent:
:tags:
:tags:
...
@@ -913,7 +913,7 @@
...
@@ -913,7 +913,7 @@
:feature_category: :importers
:feature_category: :importers
:has_external_dependencies:
true
:has_external_dependencies:
true
:urgency: :low
:urgency: :low
:resource_boundary: :
unknown
:resource_boundary: :
cpu
:weight:
1
:weight:
1
:idempotent:
:idempotent:
:tags:
:tags:
...
...
app/workers/gitlab/github_import/import_pull_request_merged_by_worker.rb
View file @
e84160ab
...
@@ -6,6 +6,7 @@ module Gitlab
...
@@ -6,6 +6,7 @@ module Gitlab
include
ObjectImporter
include
ObjectImporter
tags
:exclude_from_kubernetes
tags
:exclude_from_kubernetes
worker_resource_boundary
:cpu
def
representation_class
def
representation_class
Gitlab
::
GithubImport
::
Representation
::
PullRequest
Gitlab
::
GithubImport
::
Representation
::
PullRequest
...
...
app/workers/gitlab/github_import/import_pull_request_review_worker.rb
View file @
e84160ab
...
@@ -6,6 +6,7 @@ module Gitlab
...
@@ -6,6 +6,7 @@ module Gitlab
include
ObjectImporter
include
ObjectImporter
tags
:exclude_from_kubernetes
tags
:exclude_from_kubernetes
worker_resource_boundary
:cpu
def
representation_class
def
representation_class
Gitlab
::
GithubImport
::
Representation
::
PullRequestReview
Gitlab
::
GithubImport
::
Representation
::
PullRequestReview
...
...
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