Hi, is there a way to execute all tasks of a dag without interruption? Right now the scheduler jumps between dags, and eventually they will all finish. What I want is to force the scheduler to finish a dag completely, and jump to the next one afterwards. I think I could set all tasks of the dag to the same priority, giving each dag a different prio this way, but then I'll also have a precedence between DAGs, which I don't want.
Thanks, Zsolt
