-
Notifications
You must be signed in to change notification settings - Fork 36
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
Rework scope cleanup microservice #1891
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1891 +/- ##
=======================================
Coverage 79.40% 79.40%
=======================================
Files 523 523
Lines 40905 40910 +5
=======================================
+ Hits 32480 32486 +6
+ Misses 8425 8424 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
areas = [ | ||
["#{@scope}/text_logs", scope.text_log_retain_time], | ||
["#{@scope}/tool_logs", scope.tool_log_retain_time], | ||
["#{@scope}/text_logs/openc3_log_messages", scope.text_log_retain_time], |
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.
Why did these paths get more specific? That wont support future changes.
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.
We will improve this in the future if needed.
No description provided.