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
df5b799d
Commit
df5b799d
authored
Jul 26, 2021
by
James Lopez
Committed by
Stan Hu
Jul 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add worker_resource_boundary to UpdateStatisticsWorker
parent
bd058e8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ee/app/workers/all_queues.yml
ee/app/workers/all_queues.yml
+1
-1
ee/app/workers/groups/update_statistics_worker.rb
ee/app/workers/groups/update_statistics_worker.rb
+2
-0
No files found.
ee/app/workers/all_queues.yml
View file @
df5b799d
...
...
@@ -1074,7 +1074,7 @@
:feature_category: :source_code_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :
unknown
:resource_boundary: :
cpu
:weight:
1
:idempotent:
true
:tags:
...
...
ee/app/workers/groups/update_statistics_worker.rb
View file @
df5b799d
...
...
@@ -9,6 +9,8 @@ module Groups
sidekiq_options
retry:
3
worker_resource_boundary
:cpu
feature_category
:source_code_management
tags
:exclude_from_kubernetes
idempotent!
...
...
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