Class GraphLayout

Dynamic graph layout during computation

Declaration

class GraphLayout(SchedulerPlugin)
source link

Documentation

This assigns (x, y) locations to all tasks quickly and dynamically as new
tasks are added.  This scales to a few thousand nodes.

It is commonly used with distributed/bokeh/scheduler.py::TaskGraph, which
is rendered at /graph on the diagnostic dashboard.

Methods

Inherited methods

Reexports