-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: refactor the old goroutine execution sweep #18361
Conversation
Codecov Report
@@ Coverage Diff @@
## main #18361 +/- ##
==========================================
+ Coverage 67.41% 70.55% +3.13%
==========================================
Files 976 747 -229
Lines 106493 93634 -12859
Branches 2662 0 -2662
==========================================
- Hits 71794 66061 -5733
+ Misses 30840 24004 -6836
+ Partials 3859 3569 -290
Flags with carried forward coverage won't be shown. Click here to find out more.
|
010d953
to
6931144
Compare
6931144
to
5076e25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5cfaa59
to
9334456
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
…ion 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 <[email protected]>
9334456
to
d1eb8ca
Compare
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Issue being fixed
Fixes #(issue)
Please indicate you've done the following: