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
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 ?
And if you don't mind and don't want to wait, maybe you could try the development version "main-nightly" build (which will be 1.24 in a few months ....)
oh this has already been fixed, great !
I cannot try development versions, but I'll migrate to the first version with the fix when it's available, be it 1.24.0 or 1.23.4. Thanks !
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: