-
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 backend: connect dv2 to clusters keeper for on-demand clusters (🗃️ + ⚠️devops) #4703
✨Computational backend: connect dv2 to clusters keeper for on-demand clusters (🗃️ + ⚠️devops) #4703
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4703 +/- ##
========================================
+ Coverage 86.0% 86.9% +0.9%
========================================
Files 1111 1113 +2
Lines 46518 46612 +94
Branches 1012 1013 +1
========================================
+ Hits 40025 40546 +521
+ Misses 6275 5839 -436
- Partials 218 227 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
146a9e0
to
601ec01
Compare
feba364
to
d5682f8
Compare
d5682f8
to
8e7fe2b
Compare
8e7fe2b
to
5e3936b
Compare
packages/models-library/src/models_library/api_schemas_directorv2/comp_tasks.py
Outdated
Show resolved
Hide resolved
9705fd1
to
e899656
Compare
Could you in later cases add new env in |
@YuryHrytsuk |
2f25e51
to
1af9f61
Compare
Code Climate has analyzed commit 1af9f61 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
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.
🎉 Cool. Some minor comments/questions
What do these changes do?
This PR brings a connection between the director-v2 and the clusters-keeper.
Now a user may have an on-demand cluster for his/her computations.
Current limitations are:
clusters-keeper
CLUSTERS_KEEPER_MAX_MISSED_HEARTBEATS_BEFORE_CLUSTER_TERMINATION
defaults to 5CLUSTERS_KEEPER_TASK_INTERVAL
defaults to 60director-v2
frontend
Related issue/s
How to test
DevOps Checklist
CLUSTERS_KEEPER_MAX_MISSED_HEARTBEATS_BEFORE_CLUSTER_TERMINATION
defaults to 5CLUSTERS_KEEPER_TASK_INTERVAL
defaults to 60