Use global lock instead of status pool for cron lock (#35507)
Some checks failed
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled

This commit is contained in:
Lunny Xiao
2025-09-27 10:11:52 -07:00
committed by GitHub
parent 1f32170060
commit 8106d95577
5 changed files with 18 additions and 99 deletions

View File

@@ -177,7 +177,7 @@ func InitWebInstalled(ctx context.Context) {
mustInit(repo_service.InitLicenseClassifier)
// Finally start up the cron
cron.NewContext(ctx)
cron.Init(ctx)
}
// NormalRoutes represents non install routes