Skip to content

Refresh project authorizations using a Redis lease

Yorick Peterse requested to merge refresh-authorizations-with-lease into master

This MR changes User#refresh_authorized_projects so it uses a Redis lease instead of relying on serializable transactions. See the commit message(s) for more details.

Merge request reports