-
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
fix: reduce the execution sweep job frequency from hourly to daily #20601
fix: reduce the execution sweep job frequency from hourly to daily #20601
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #20601 +/- ##
===========================================
- Coverage 67.56% 46.32% -21.25%
===========================================
Files 991 247 -744
Lines 109181 13777 -95404
Branches 2719 2845 +126
===========================================
- Hits 73768 6382 -67386
+ Misses 31449 7065 -24384
+ Partials 3964 330 -3634
Flags with carried forward coverage won't be shown. Click here to find out more. |
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
Signed-off-by: chlins <[email protected]>
3a56add
to
cfcce61
Compare
PR: goharbor#20601 Signed-off-by: Shengwen Yu <[email protected]>
fix: update the cron of execution sweep in test per the change of this PR: #20601 Signed-off-by: Shengwen Yu <[email protected]>
When is this fix going to be in a release? Or did I miss it in the release notes? |
This issue was fixed in the version 2.11. |
Reduce the execution sweep job frequency from hourly to daily.
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Issue being fixed
Fixes #20255
Please indicate you've done the following: