-
Notifications
You must be signed in to change notification settings - Fork 28
✨ adds entry point to dynamic-scheduler
exposing the current running services
#7454
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
✨ adds entry point to dynamic-scheduler
exposing the current running services
#7454
Conversation
dynamic-scheduler
exposing the dynamic-scheduler
exposing the current running services
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7454 +/- ##
===========================================
- Coverage 87.39% 68.47% -18.93%
===========================================
Files 1728 718 -1010
Lines 66820 32995 -33825
Branches 1133 168 -965
===========================================
- Hits 58399 22593 -35806
- Misses 8100 10344 +2244
+ Partials 321 58 -263
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/api/rest/_ops.py
Show resolved
Hide resolved
…list-service-for-ops
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 669a59d |
|
API is exposed under `/v1` path. Here we build traefik Router to point traffic to this endpoint Related PR(s): * ITISFoundation/osparc-simcore#7454 Related Issue(s): * ITISFoundation#944
API is exposed under `/v1` path. Here we build traefik Router to point traffic to this endpoint Related PR(s): * ITISFoundation/osparc-simcore#7454 Related Issue(s): * #944
What do these changes do?
Extends HTTP interface of the
dynamic-scheduler
to expose all the currently running dynamic-services. This endpoint is limited and should only be used by OPS.Related issue/s
How to test
Dev-ops checklist