Use global lock instead of status pool for cron lock (#35507)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user