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
9be8b791
Commit
9be8b791
authored
Dec 28, 2021
by
Fabio Pitino
Committed by
Furkan Ayhan
Dec 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change feature category to CI for external PRs worker
parent
a898ae32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/workers/all_queues.yml
app/workers/all_queues.yml
+1
-1
app/workers/update_external_pull_requests_worker.rb
app/workers/update_external_pull_requests_worker.rb
+1
-1
No files found.
app/workers/all_queues.yml
View file @
9be8b791
...
...
@@ -2900,7 +2900,7 @@
:tags: []
-
:name: update_external_pull_requests
:worker_name: UpdateExternalPullRequestsWorker
:feature_category: :
source_code_management
:feature_category: :
continuous_integration
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
...
...
app/workers/update_external_pull_requests_worker.rb
View file @
9be8b791
...
...
@@ -7,7 +7,7 @@ class UpdateExternalPullRequestsWorker # rubocop:disable Scalability/IdempotentW
sidekiq_options
retry:
3
feature_category
:
source_code_management
feature_category
:
continuous_integration
weight
3
loggable_arguments
2
...
...
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