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
07c918af
Commit
07c918af
authored
May 12, 2020
by
Imre Farkas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add queue namespace to UserRefreshWithLowUrgencyWorker
parent
45be34d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
app/workers/all_queues.yml
app/workers/all_queues.yml
+7
-7
app/workers/authorized_project_update/user_refresh_with_low_urgency_worker.rb
...ed_project_update/user_refresh_with_low_urgency_worker.rb
+1
-0
config/sidekiq_queues.yml
config/sidekiq_queues.yml
+0
-2
No files found.
app/workers/all_queues.yml
View file @
07c918af
...
...
@@ -10,6 +10,13 @@
:resource_boundary: :unknown
:weight:
1
:idempotent:
true
-
:name: authorized_project_update:authorized_project_update_user_refresh_with_low_urgency
:feature_category: :authentication_and_authorization
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
1
:idempotent:
true
-
:name: auto_devops:auto_devops_disable
:feature_category: :auto_devops
:has_external_dependencies:
...
...
@@ -934,13 +941,6 @@
:resource_boundary: :unknown
:weight:
2
:idempotent:
true
-
:name: authorized_project_update_user_refresh_with_low_urgency
:feature_category: :authentication_and_authorization
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
:weight:
1
:idempotent:
true
-
:name: authorized_projects
:feature_category: :authentication_and_authorization
:has_external_dependencies:
...
...
app/workers/authorized_project_update/user_refresh_with_low_urgency_worker.rb
View file @
07c918af
...
...
@@ -4,6 +4,7 @@ module AuthorizedProjectUpdate
class
UserRefreshWithLowUrgencyWorker
<
::
AuthorizedProjectsWorker
feature_category
:authentication_and_authorization
urgency
:low
queue_namespace
:authorized_project_update
idempotent!
end
...
...
config/sidekiq_queues.yml
View file @
07c918af
...
...
@@ -34,8 +34,6 @@
-
2
-
-
authorized_project_update
-
1
-
-
authorized_project_update_user_refresh_with_low_urgency
-
1
-
-
authorized_projects
-
2
-
-
auto_devops
...
...
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