Hi all, a newcomer in the forum and have a question regarding Gitea schedules. Backstory of this is that my Gitea server runs some steaming process right at the midnight (12am!) and wakes up some of us if I left the server running. (So I shutdown my Gitea containers when not using, but would love to keep them running.)
I isolated the issue to the Gitea but not sure which process, where the configuration is fully yet. So need some expertise from you in this.
It is not conclusive, but when I manually run the “Garbage collect all repositories” (under “Site Administration > “Maintenance Operations”.) the fans spin to the same level of hype and timing. But then again this is just a hypothesis. Not sure if this is what’s scheduled by default in Gitea, and not sure where it is setup either.
in my app.ini, I had only this related to crons:
[cron.update_checker]
ENABLED = false
And I was thinking to add the following also, but not sure if that’d solve the issue or cause some other issues.
[cron.repo_health_check]
ENABLED = false
[cron.git_gc_repos]
ENABLED = false
Appreciate your help, thanks in advance!
PS:
I noticed this conversation but wasn’t fully answering my question…