Skip to content
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

Fuse pricing units and service resources #4958

Closed
1 task done
Tracked by #951 ...
sanderegg opened this issue Oct 31, 2023 · 1 comment
Closed
1 task done
Tracked by #951 ...

Fuse pricing units and service resources #4958

sanderegg opened this issue Oct 31, 2023 · 1 comment
Assignees
Labels
a:dask-service Any of the dask services: dask-scheduler/sidecar or worker a:director-v2 issue related with the director-v2 service a:dynamic-sidecar dynamic-sidecar service a:webserver issue related to the webserver service

Comments

@sanderegg
Copy link
Member

sanderegg commented Oct 31, 2023

We currently have a bit of duplicate functions since pricing units came in.

services (both dynamic and computational) rely on service_resources to run. they define limits and reservations in terms of CPUS, RAM, VRAM, etc... to run the services.

pricing units, on the other hand now define on which hardware these services shall run, which implicitely define service resources.

These 2 types of service limitations now live in parallel and should be fused together.

Tasks

Preview Give feedback
  1. a:director-v2
    sanderegg
@sanderegg sanderegg self-assigned this Oct 31, 2023
@sanderegg sanderegg transferred this issue from ITISFoundation/osparc-issues Oct 31, 2023
@sanderegg sanderegg added a:webserver issue related to the webserver service a:director-v2 issue related with the director-v2 service a:dynamic-sidecar dynamic-sidecar service a:dask-service Any of the dask services: dask-scheduler/sidecar or worker labels Oct 31, 2023
@sanderegg
Copy link
Member Author

completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:dask-service Any of the dask services: dask-scheduler/sidecar or worker a:director-v2 issue related with the director-v2 service a:dynamic-sidecar dynamic-sidecar service a:webserver issue related to the webserver service
Projects
None yet
Development

No branches or pull requests

3 participants