User.active is reset after "Synchronize external user data"
User.active is reset after "Synchronize external user data"
forgot how it worked. sorry for the noise. the users didn't have git permissions
User.active is reset after "Synchronize external user data"
Let further discussions be here forgejo/discussions#443. Closing. Hope this topic is now more searchable.
Thanks @aahlenst. I'm sorry for the repeat! I promise, I searched for "actions/checkout".
lfs_pointers.tmpl
As an alternative, we can remove tooltips and remove single line from
lfs_pointers.tmpl
lfs_pointers.tmpl
Traceback is attached. I'm not sure if it's that helpful, I was hoping there would be fewer function calls.
I restarted the service so many times that the hanging stopped happening. I will try kill -SIGQUIT $PID to print the stack trace this week.
I found the command .forgejo manager processes --stacktraces, I think it should help. Will try it out later.
I don't see anything related to a running cron job in the stacktrace. I can see that the cronjob is calling my service every hour with this config:
@Gusted, I think I have found the culprit: the LDAP (via BindDN) authentication source. After disabling it, the service restarted in under a second. I'm using my custom LDAP service.
What is the source? "LDAP (via BindDN)" or "LDAP (simple auth)"? The latter didn't sync anything, but "BindDN" version is much more robust.
@mfenniak A deep bow for your excellent work.