dask / dask/distributed

Automatically trim terminated worker rows in tasks and status tabs of the bokeh dashboard

Open
#1,883 1 comment 0 reactions 0 assignees View on GitHub
diagnostics
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

When using adaptive clusters such as `KubeCluster` with `cluster.adapt(minimum=4, maximum=32)` for instance, each call to a parallel operation can potentially lead to the creation of very transient workers (which is good to share compute resources with other users of the same kubernetes cluster).

However, this quickly leads to many empty rows in the tasks tab making it unreadable after issuing several parallel calls with dasks (e.g. `.persist()` or `.compute()`).

Would it be possible to automatically trim or collapse the empty rows in the task view?

Adding the id or name of the workers as ticks on the y-axis would also be very helpful to make it easier to interpret this tab.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.