as mentioned by @kathoef in #382 (comment).
My thoughts on this: probably this should be nested inside each cluster-specific section in ~/.config/dask/jobqueue.yaml. For example, for the slurm section this would be something like this:
jobqueue:
slurm:
name: dask-worker
walltime: '00:30:00'
...
scheduler_options:
interface: eth1
dashboard_address: :8787
dask.config may just be able to tackle this just fine.
as mentioned by @kathoef in #382 (comment).
My thoughts on this: probably this should be nested inside each cluster-specific section in
~/.config/dask/jobqueue.yaml. For example, for theslurmsection this would be something like this:dask.configmay just be able to tackle this just fine.