Open
Description
When starting dask-worker
with nworkers > 1
, we can specify a port range for --worker-port
like 3000:3026
. However, the --dashboard-address
does not have a similar functionality. Supporting specifying a dashboard address for each worker process would be very helpful in some circumstances.