You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(roles): ensure UserRolesSyncer always refreshes anonymous user
if we lose the redis data the user roles syncer would no longer reload the anonymous
permissions.
also this caps the number of retries that the refresh will do to something that aligns with
the caching agents timeout value. The agent will get rescheduled after that point by the
scheduler.
0 commit comments