harbor/src/core
Chlins Zhang f21b1481bb
refactor: refactor the old goroutine execution sweep (#18361)
refactor: refactor the old goroutine execution sweep to global execution sweep job

1. Delete the old goroutine execution sweeper when create execution.(in the case of high concurrency can cause goroutine backlogs, affect the performance of core)
2. Introduce the new way to sweep executions, a global scheduled job will take the work.

Signed-off-by: chlins <chenyuzh@vmware.com>
2023-03-21 10:10:55 +08:00
..
api remove chartmuseum backend (#18191) 2023-02-16 18:11:05 +08:00
auth Replaced io/ioutil with "os / io" package. (#17792) 2022-11-17 10:02:29 +08:00
controllers Remove go routine to reloadSetting (#18318) 2023-03-11 15:45:50 +08:00
label lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
middlewares refactor: refact the webhook API and life process (#18255) 2023-03-03 10:17:47 +08:00
service/token refactor: refact the webhook API and life process (#18255) 2023-03-03 10:17:47 +08:00
session bump beego (#17801) 2022-11-24 18:07:42 +08:00
utils Replaced io/ioutil with "os / io" package. (#17792) 2022-11-17 10:02:29 +08:00
views Close <a> tag in error template 2019-08-14 08:37:44 +01:00
main.go refactor: refactor the old goroutine execution sweep (#18361) 2023-03-21 10:10:55 +08:00