harbor/src/controller/systemartifact
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
..
callback.go lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
callback_test.go lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
execution.go refactor: refactor the old goroutine execution sweep (#18361) 2023-03-21 10:10:55 +08:00
execution_test.go Change queue name for purge audit log and filter the old one (#18182) 2023-02-20 16:03:22 +08:00