mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-06 20:30:20 +01:00
Use global lock instead of status pool for cron lock (#35507)
Some checks failed
Some checks failed
This commit is contained in:
@@ -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