-
Notifications
You must be signed in to change notification settings - Fork 32
π¨ Introduce grouping multiple jobs in task manager (Multiport simulation use case) (ποΈ) #8025
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
π¨ Introduce grouping multiple jobs in task manager (Multiport simulation use case) (ποΈ) #8025
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8025 +/- ##
==========================================
+ Coverage 88.14% 88.22% +0.07%
==========================================
Files 1811 1863 +52
Lines 69754 71964 +2210
Branches 1258 1261 +3
==========================================
+ Hits 61488 63490 +2002
- Misses 7903 8110 +207
- Partials 363 364 +1
Continue to review full report in Codecov by Sentry.
π New features to boost your workflow:
|
β¦tusdrobuliak66/osparc-simcore into add-project-grouping-for-task-manager
odeimaiz
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.
Awesome Matus, thanks!
What would the meta-modelers need to do so that iterations show up grouped?
π The pull request has been removed from the queue
|
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. please check the suggestions.
services/web/server/src/simcore_service_webserver/db_listener/_db_comp_tasks_listening_task.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/director_v2/_comp_runs_collections_service.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/director_v2/_computations_service.py
Show resolved
Hide resolved
β¦ct-grouping-for-task-manager' of github.com:matusdrobuliak66/osparc-simcore into add-project-grouping-for-task-manager
|
This pull request has been removed from the queue for the following reason: The pull request can't be updated. You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. |
|
961ad38
into
ITISFoundation:master



What do these changes do?
π¨ Introduce grouping of multiple jobs in Task Manager (Multiport Simulation use case) (ποΈ)
/computation-collection-runs/computation-collection-runs/{collection_run_id}/tasks⨠Impact on Sim4Life users:
NEXT STEPS:
projects_custom_metadata. The required information will instead be passed through HTTP headers (Sim4Life application update needed).Related issue/s
How to test
Director-v2:
Webserver:
Dev-ops