dask / distributed

A distributed task scheduler for Dask
https://distributed.dask.org
BSD 3-Clause "New" or "Revised" License
1.55k stars 712 forks source link

"Workers" tab in dashboard is all scrunched up #8648

Open stuppie opened 1 month ago

stuppie commented 1 month ago

See here also: https://github.com/dask/dask/issues/10409 I see where this 800 pixel width is set here: https://github.com/dask/distributed/blob/e4a054505f1d584d920d6d1df2c419074de45d05/distributed/dashboard/components/scheduler.py#L4057 Can this be changed to something reasonable like 1400 ? Or even better make it auto resize?

mrocklin commented 1 month ago

I'm in favor of this

mrocklin commented 1 month ago

@quasiben maybe this is something that your team can help with?