mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-21 15:11:22 -05:00
[GH-ISSUE #219] Startup appears to hang during repository status repair #228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kapdon on GitHub (Mar 9, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/219
upgraded the docker image and now on booting it hangs, here's the logs.
@kapdon commented on GitHub (Mar 9, 2026):
ah ok I actually know what happened here after looking at
repair-mirrored-repos.js, since the recovery script checks forimportedandfailedstatus it's attempting to check and validate all repos, I've imported a lot 😅 almost 2k repos. gitea was responding slowly so it was just hanging.maybe increase verbosity here when repair script can't seem to reach gitea?
@arunavo4 commented on GitHub (Mar 9, 2026):
Will check what else we can surface, don't wanna dump too much info in the logs. Let me see how can we add info when Gitea is slow to respond. Thank you for reporting this.