Commit ddd741b2 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'if-215385-queue_namespace_to_user_refresh_with_low_urgency_worker' into 'master'

Add queue namespace to UserRefreshWithLowUrgencyWorker

See merge request gitlab-org/gitlab!31727
parents 50d04941 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:
......
......@@ -4,6 +4,7 @@ module AuthorizedProjectUpdate
class UserRefreshWithLowUrgencyWorker < ::AuthorizedProjectsWorker
feature_category :authentication_and_authorization
urgency :low
queue_namespace :authorized_project_update
idempotent!
end
......
......@@ -34,8 +34,6 @@
- 2
- - authorized_project_update
- 1
- - authorized_project_update_user_refresh_with_low_urgency
- 1
- - authorized_projects
- 2
- - auto_devops
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment