Support for multiple processes per CLI call
Open
- Dominant language
- Python
- Stars
- 148
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Dask command line utilities can spawn multiple workers:
- `dask-worker --nprocs=4`
- `dask-cuda` run on a system with multiple GPUs
To support this, dask-gateway needs to know this is happening and track it in its book-keeping.
Contributor guide
Assessment
This issue has not been assessed yet.