-
Notifications
You must be signed in to change notification settings - Fork 32
✨ Expose long running task endpoints in the api server #8037
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
✨ Expose long running task endpoints in the api server #8037
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8037 +/- ##
==========================================
+ Coverage 88.24% 88.28% +0.04%
==========================================
Files 1855 1852 -3
Lines 71517 71431 -86
Branches 1258 1258
==========================================
- Hits 63110 63063 -47
+ Misses 8043 8004 -39
Partials 364 364
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
services/api-server/src/simcore_service_api_server/services_rpc/async_jobs.py
Outdated
Show resolved
Hide resolved
giancarloromeo
left a comment
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.
🚀
wvangeit
left a comment
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 @bisgaard-itis
sanderegg
left a comment
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.
Thanks! a few questions and comments.
services/api-server/src/simcore_service_api_server/models/schemas/tasks.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/services_rpc/async_jobs.py
Show resolved
Hide resolved
...es/api-server/src/simcore_service_api_server/exceptions/handlers/_handlers_backend_errors.py
Outdated
Show resolved
Hide resolved
...es/api-server/src/simcore_service_api_server/exceptions/handlers/_handlers_backend_errors.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/tasks.py
Outdated
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/models/schemas/tasks.py
Outdated
Show resolved
Hide resolved
pcrespov
left a comment
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!
services/api-server/src/simcore_service_api_server/api/routes/tasks.py
Outdated
Show resolved
Hide resolved
...es/api-server/src/simcore_service_api_server/exceptions/handlers/_handlers_backend_errors.py
Show resolved
Hide resolved
|
@Mergifyio queue |
🟠 Waiting for conditions to match
|
|



What do these changes do?
Related issue/s
How to test
Dev-ops