Refresh authorized projects with a lower urgency with group links

What does this MR do and why?

  • Refresh authorized projects with a lower urgency when creating / updating / deleting group links if FF change_priority_for_user_access_refresh_for_group_links is enabled
  • When refresh_members_authorized_projects is called with MEDIUM_PRIORITY it schedules the job with UserRefreshWithLowUrgencyWorker which does the same job as AuthorizedProjectsWorker just with urgency = low
  • Reduces the medium delay to 1 minute down from 10 minutes
  • Updates the success message to let users know to allow for a few minutes for access levels to be updated.

Recordings

Before After

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #548043 (closed)

Edited by Hinam Mehra

Merge request reports

Loading