Add --env to dask-worker, support lists for --nprocs
Open
enhancement
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
We might consider adding an `--env` keyword to `dask-worker` that passed values down to the `env=` parameter of `Nanny`. (in the no-nanny case, this might fail).
Additionally in the case that this is used with `--nprocs`, (this is sort of hacky) it would be useful if this parameter would also support a list of inputs, so that people could pass in different environment variables for each of their processes.
This came up in https://github.com/rapidsai/dask-cuda/issues/3#issuecomment-460850875
I'm not sure how I feel about it.
Contributor guide
Assessment
This issue has not been assessed yet.