Commit 803ee663 authored by Sean McGivern's avatar Sean McGivern

Move UpdateHighestRoleWorker to utilization category

This isn't authentication and authorization because we don't actually
use this for any authorization logic. We only use this for user
statistics in the admin area.
parent 5ad08a8c
......@@ -2353,7 +2353,7 @@
:idempotent:
:tags: []
- :name: update_highest_role
:feature_category: :authentication_and_authorization
:feature_category: :utilization
:has_external_dependencies:
:urgency: :high
:resource_boundary: :unknown
......
......@@ -3,7 +3,7 @@
class UpdateHighestRoleWorker
include ApplicationWorker
feature_category :authentication_and_authorization
feature_category :utilization
urgency :high
weight 2
......
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