harbor/src/server
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
..
handler Don't ignore the NotFoundErr when handling the status hook of tasks to avoid the status out of sync 2021-01-20 14:53:50 +08:00
middleware add middleware for artifact with subject (#18369) 2023-03-19 20:09:41 +08:00
registry add middleware for artifact with subject (#18369) 2023-03-19 20:09:41 +08:00
router bump beego (#17801) 2022-11-24 18:07:42 +08:00
v2.0 refactor: refactor the old goroutine execution sweep (#18361) 2023-03-21 10:10:55 +08:00
route.go refactor: refact the webhook API and life process (#18255) 2023-03-03 10:17:47 +08:00
server.go Bump up the version of legacy APIs to v2.0 2020-02-14 13:16:30 +08:00
version.go lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00