Computational Backend: management and autoscaling of external clusters #4159
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:frontend
issue affecting the front-end (area group)
a:webserver
issue related to the webserver service
Milestone
solution 3 below was selected
Tasks
In order to fulfill the wishes for s4l:web the computational backend needs to be refactored.
As a summary here are the user requirements:
C
CPUs,R
RAM,G
GPUs of typeT
withV
VRAMH
hoursOpen points
Possible implementations
1 Dask-scheduler to rule them all
dask.submit(workers=["worker-1", "worker-2"])
) thus a user dedicated computer is only used by the current user+/-
2 Separate dask-scheduler to rule them all
+/-
3 dask-scheduler per user/group
+/-
4 dask-scheduler per computer type
+/-
The text was updated successfully, but these errors were encountered: