-
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
🐛Bugfix/autoscaling does not scale above limit #5129
🐛Bugfix/autoscaling does not scale above limit #5129
Conversation
97fd641
to
e6365cc
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5129 +/- ##
=========================================
+ Coverage 64.8% 86.8% +21.9%
=========================================
Files 526 838 +312
Lines 26660 37406 +10746
Branches 198 209 +11
=========================================
+ Hits 17292 32485 +15193
+ Misses 9318 4871 -4447
Partials 50 50
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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
e1e133f
to
b12e742
Compare
services/autoscaling/src/simcore_service_autoscaling/modules/auto_scaling_core.py
Outdated
Show resolved
Hide resolved
services/autoscaling/src/simcore_service_autoscaling/modules/auto_scaling_core.py
Outdated
Show resolved
Hide resolved
services/autoscaling/tests/unit/test_modules_auto_scaling_computational.py
Show resolved
Hide resolved
commit 96ba5f5 Author: sanderegg <[email protected]> Date: Tue Dec 5 10:19:31 2023 +0100 use method to create hardware constraint and read
0da3023
to
91e4ffa
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit 0417a59 and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
During testing it was found that in the use case where a user starts 16 jobs:
EC2_INSTANCES_MAX_INSTANCES
set to 10,This PR changes that behavior by creating up to
EC2_INSTANCES_MAX_INSTANCES
instances (currently hard-coded to 10) so that the computation may still go through.also includes:
#5137
Related issue/s
How to test
Dev Checklist
DevOps Checklist