-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 ♻️ Is3125/gc review #3130
🐛 ♻️ Is3125/gc review #3130
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3130 +/- ##
======================================
Coverage 80.9% 80.9%
======================================
Files 706 706
Lines 30468 30490 +22
Branches 3948 3949 +1
======================================
+ Hits 24666 24695 +29
+ Misses 4956 4944 -12
- Partials 846 851 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This reverts commit 45d9cca.
e9e451a
to
f795396
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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, thx for this
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_task.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/resource_manager/registry.py
Show resolved
Hide resolved
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.
👍
What do these changes do?
First review of incident #3125 lead to minor fixes and some refactoring to improve logging in the garbage collector (GC)
msg
argument forDynamicSidecarError
servicelib.logging_utils.set_logging_handler
app[GC_TASK]
(currently only kept in local scope of run_background_task)Further analysis&fixes will follow in separate PRs.
Related issue/s
How to test