-
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
🐛 Fix CLUSTERS_KEEPER_TASK_INTERVAL
env var
#6812
🐛 Fix CLUSTERS_KEEPER_TASK_INTERVAL
env var
#6812
Conversation
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.
thx
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.
looks good to me thanks a lot
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6812 +/- ##
===========================================
- Coverage 88.40% 65.63% -22.78%
===========================================
Files 1545 640 -905
Lines 61627 31643 -29984
Branches 2157 318 -1839
===========================================
- Hits 54484 20770 -33714
- Misses 6814 10813 +3999
+ Partials 329 60 -269
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
What do these changes do?
Fix the
CLUSTERS_KEEPER_TASK_INTERVAL
validation (not anymore necessary).Q: Why didn't we catch it locally?
A: The
ops-config
s were updated, but not the.env-devel
file.Related issue/s
How to test
Dev-ops checklist
MR-1003