Replies: 1 comment 1 reply
-
Hi @zhangzhen ,
The NF essentially creates an execution plan in the form of a DAG (Directed Acyclic Graph) based on the dependencies of the tasks and then takes into account the infrastructure contraints to control the number of parallel task executions. In the docs here this subtle behavior of programming in a parallel computing environment is mentioned like so - More technically speaking it's based on the
I'm not too sure about the |
Beta Was this translation helpful? Give feedback.
-
After launching a pipeline in a terminal, the information is shown about what tasks will be run in what order, as the following figure shows:
How the NF runner know about that information? Can the information be fetched from the Weblog messages the NF runner sends?
Beta Was this translation helpful? Give feedback.
All reactions