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
it happens when state expire triggered and server going to update info to gitlab. When server hung there is no message "AbstractOauthAuthenticator.INFO] Loaded groups for" in logs
as I can see you saving state to gitlab_auth.json by timer now? may be there is some deadlock happens
The text was updated successfully, but these errors were encountered:
Fixed, I was using a wrong lock (a normal one) in coroutines. Apparently, that was a bad idea
I didn't manage to reproduce the problem with proper coroutine locks
When
auth_info_ttl
option is enabled, time to time server hangs on user credentials refreshReported by @miksir:
The text was updated successfully, but these errors were encountered: