Class TaskGraph
A dynamic node-link diagram for the task graph on the scheduler
Declaration
source linkDocumentation
See also the GraphLayout diagnostic at
distributed/diagnostics/graph_layout.py
Methods
▶ def __init__(self, scheduler, **kwargs) override @without_property_validation
def add_new_nodes_edges(
self,
new,
new_edges,
update=False,
)
▷ def patch_updates(self) @without_property_validation Small updates like color changes or lost nodes from task transitions
@without_property_validation
def patch_updates(self)
▶ def update(self) override @without_property_validationinherited doc Reads from bokeh.distributed.messages and updates self.source
Reexports