Consider scheduling default maintenance crons @midnight instead of @every 24h #7444

Closed
opened 2025-11-02 07:26:04 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @jpraet on GitHub (Jun 8, 2021).

The basic maintenance crons are scheduled @every 24h by default:
https://docs.gitea.io/en-us/config-cheat-sheet/#basic-cron-tasks---enabled-by-default

In practice, this means they will be triggered every 24h from the time that gitea has started.

I realize these default schedules can be overridden in app.ini (which I have done on my instance), but doesn't it make sense to schedule these at a fixed time with typically less user impact like @midnight?

Originally created by @jpraet on GitHub (Jun 8, 2021). The basic maintenance crons are scheduled `@every 24h` by default: https://docs.gitea.io/en-us/config-cheat-sheet/#basic-cron-tasks---enabled-by-default In practice, this means they will be triggered every 24h from the time that gitea has started. I realize these default schedules can be overridden in app.ini (which I have done on my instance), but doesn't it make sense to schedule these at a fixed time with typically less user impact like `@midnight`?
GiteaMirror added the type/proposal label 2025-11-02 07:26:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7444