-
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
🐛Autoscaling: fix out of sequence error #4181
🐛Autoscaling: fix out of sequence error #4181
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4181 +/- ##
=========================================
- Coverage 84.3% 66.7% -17.7%
=========================================
Files 957 420 -537
Lines 41451 21593 -19858
Branches 954 173 -781
=========================================
- Hits 34962 14403 -20559
- Misses 6286 7141 +855
+ Partials 203 49 -154
Flags with carried forward coverage won't be shown. Click here to find out more.
|
aec0b7a
to
d7fee9b
Compare
d7fee9b
to
d302347
Compare
Code Climate has analyzed commit d302347 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
What do these changes do?
Shall massively reduce the occurrence of the out of sequence error in the autoscaling logs. Which is nonetheless not a problem. mostly cosmetics as the draining is repeated in the next iteration.
Related issue/s
How to test
DevOps Checklist