Hi all, Wanted to understand how job graph is crea...
# random
m
Hi all, Wanted to understand how job graph is created, are there any resources to understand the same? As of now I've attached a debugger to the process and trying to understand it. As of now I've seen that a stream graph is built which is then translated to a job graph.
c
There's isn't any documentation on the matter. You'll just have to dig through the code.