-
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
✨ Store computational services progress in comp_tasks table, decouple webserver from api-server 🗃️ #4197
✨ Store computational services progress in comp_tasks table, decouple webserver from api-server 🗃️ #4197
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4197 +/- ##
=========================================
+ Coverage 84.0% 86.6% +2.5%
=========================================
Files 956 558 -398
Lines 41489 27527 -13962
Branches 960 547 -413
=========================================
- Hits 34884 23842 -11042
+ Misses 6400 3554 -2846
+ Partials 205 131 -74
Flags with carried forward coverage won't be shown. Click here to find out more.
|
bcce9c1
to
6efdbea
Compare
9a013b7
to
feec870
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.
Great work!
Please check test_solvers_jobs_api.py check on the progress ... that seems suspicious to me
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.
👍
services/director-v2/src/simcore_service_director_v2/modules/db/repositories/comp_tasks.py
Show resolved
Hide resolved
ba7aca1
to
6c89d2b
Compare
6c89d2b
to
07b4d8d
Compare
Code Climate has analyzed commit 07b4d8d and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
What do these changes do?
NOTE: Next PR should then remove the progress changes in the DB done by the webserver. This should completely decouple the webserver from the api-server run pipelines.
Bonus:
Row._asdict()
to convert to a dict)Related issue/s
How to test
DevOps Checklist