What is the grouping I seen in the Graph tab on Dask's Dashboard

16 Views Asked by At

For each DTO my Flask Web Server accepts, I create a new Dask Graph and run the Graph on the DTO. The runtime of the graph is 8 seconds. A single graph looks like this: A single Dask Graph

When I stream DTOs to the web server, 1 each second, my graphs look like this: Dasks Graphs

is looks like there is some kind of grouping to the graphs. What is it?

0

There are 0 best solutions below