-
Notifications
You must be signed in to change notification settings - Fork 30
♻️ Api server: improve job creation speed #4053
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
♻️ Api server: improve job creation speed #4053
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4053 +/- ##
=========================================
- Coverage 85.0% 66.6% -18.4%
=========================================
Files 799 397 -402
Lines 37152 20573 -16579
Branches 950 174 -776
=========================================
- Hits 31591 13721 -17870
- Misses 5342 6803 +1461
+ Partials 219 49 -170
Flags with carried forward coverage won't be shown. Click here to find out more. |
services/api-server/src/simcore_service_api_server/api/routes/solvers_jobs.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/solvers_jobs.py
Show resolved
Hide resolved
380aa86
to
bd93de7
Compare
Code Climate has analyzed commit bd93de7 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
What do these changes do?
Increase job creation speed by 30%, removing unnecessary call to director-v2
Related issue/s
How to test