Use global lock instead of status pool for cron lock (#35507)

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
+1 -1
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