You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The computational scheduler in the director-v2 shall be able to handle at least 1000 jobs concurrently without complaining.
This can be tested by using the osparc API and following the pseudo-code to maximize the load:
have a cluster able to run 100 job at the same time (that imply 1 core per job since the dask-workers are finding, could be 10 computers with 10 cores)
create 200 jobs
start all jobs concurrently
await their result
monitor the load on the following services:
director-v2
dask-scheduler
dask-worker(s)
dask-gateway
rabbit
wb-db-event-listener
The services should still be responsive (e.g. it should be possible to run some pipelines through the GUI for example)
The content you are editing has changed. Please copy your edits and refresh the page.
The computational scheduler in the director-v2 shall be able to handle at least 1000 jobs concurrently without complaining.
This can be tested by using the osparc API and following the pseudo-code to maximize the load:
have a cluster able to run 100 job at the same time (that imply 1 core per job since the dask-workers are finding, could be 10 computers with 10 cores)
create 200 jobs
start all jobs concurrently
await their result
monitor the load on the following services:
The services should still be responsive (e.g. it should be possible to run some pipelines through the GUI for example)
Tasks
The text was updated successfully, but these errors were encountered: