You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/cron
Jason Song f989f46438
Move `registerActionsCleanup` to `initActionsTasks` (#31721)
There's already `initActionsTasks`; it will avoid additional check for
if Actions enabled to move `registerActionsCleanup` into it.

And we don't really need `OlderThanConfig`.
6 months ago
..
cron.go Fix data-race bug when accessing task.LastRun (#27584) 1 year ago
setting.go Refactor locale&string&template related code (#29165) 12 months ago
tasks.go Refactor locale&string&template related code (#29165) 12 months ago
tasks_actions.go Move `registerActionsCleanup` to `initActionsTasks` (#31721) 6 months ago
tasks_basic.go Move `registerActionsCleanup` to `initActionsTasks` (#31721) 6 months ago
tasks_extended.go Move some asymkey functions to service layer (#28894) 11 months ago
tasks_test.go Update go dependencies (#28518) 1 year ago