-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Fixed issue where GC stopping too early #7457
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
Conversation
list_node_ids_in_project raised
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7457 +/- ##
==========================================
- Coverage 87.39% 84.11% -3.29%
==========================================
Files 1728 668 -1060
Lines 66821 31747 -35074
Branches 1133 168 -965
==========================================
- Hits 58401 26704 -31697
+ Misses 8099 4985 -3114
+ Partials 321 58 -263
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
services/web/server/src/simcore_service_webserver/garbage_collector/_core_orphans.py
Show resolved
Hide resolved
list_node_ids_in_project raised
sanderegg
left a comment
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.
thanks
services/web/server/src/simcore_service_webserver/garbage_collector/_core_orphans.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/garbage_collector/_core_orphans.py
Outdated
Show resolved
Hide resolved
|
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at d8c8f6c |
|



What do these changes do?
There where situations in which Step 3 of the GC was never executed, causing sidecars to be accumulated.
list_node_ids_in_projectraised, the process is stopped. This could cause the GC to stop when services still required removal. (Issue introduced by 🐛 Avoid GC form detecting services as orphans when they are not #7354)Related issue/s
How to test
Dev-ops checklist