-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
CleanupLogs infinite loop #33567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
oh this has already been fixed, great ! |
lunny
pushed a commit
that referenced
this issue
Feb 12, 2025
Closed by #33568 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I'm in a situation where the CRON task "Cleanup expired actions resources" has been running for 9 hours, and seems to be continually trying to delete the same 100 log files, but always failing with
..s/actions/cleanup.go:105:CleanupLogs() [E] Failed to remove log ... (in storage false) of task ...: dbfs remove "...": file does not exist
I don't know why these file do not exist, but certainly the failure to delete them could be simply ignored in this case, and continue with the rest of this task's cleanup ?
Gitea Version
1.23.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/ericLemanissier/b7377035b5fdcad1e7de8ec21dbeef3c
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
docker
Database
SQLite
The text was updated successfully, but these errors were encountered: