-
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
🐛🎨Computational autoscaling: allow multi-machining/processing #5203
🐛🎨Computational autoscaling: allow multi-machining/processing #5203
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5203 +/- ##
======================================
Coverage 87.2% 87.3%
======================================
Files 1295 1295
Lines 53066 53095 +29
Branches 1164 1164
======================================
+ Hits 46307 46379 +72
+ Misses 6509 6466 -43
Partials 250 250
Flags with carried forward coverage won't be shown. Click here to find out more.
|
4c2509e
to
ef882d6
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
7efab92
to
bbe5725
Compare
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.
👍
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.
At some point it would be nice if you can introduce me a bit in person code of this service, but from top it looks good 👍 thanks
do not send message for pending nodes
d16e7c4
to
3c8d3ed
Compare
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.
Nice! Added some minor suggestions.
services/autoscaling/src/simcore_service_autoscaling/modules/remote_debug.py
Show resolved
Hide resolved
services/autoscaling/src/simcore_service_autoscaling/modules/dask.py
Outdated
Show resolved
Hide resolved
services/autoscaling/src/simcore_service_autoscaling/utils/computational_scaling.py
Outdated
Show resolved
Hide resolved
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What do these changes do?
This PR stems from the following issue:
1.
Sadly many changes were necessary, but it should be for the greater good. Here is a summary.
Main changes:
Principle
Changes
minor changes:
Here some maybe more clear video, this simulates the jobs incoming into an external cluster. go to minute 3 to start seeing exciting stuff. Basically 500 jobs were sent to the cluster which can create up to 40 workers (visible on the upper left side, the jobs are shown on the upper right):
ext_cluster.mp4
Related issue/s
How to test
Dev Checklist
DevOps Checklist