SODALITE-EU / orchestrator

Apache License 2.0
0 stars 0 forks source link

Parallelization of declarative workflow execution #2

Open dradX opened 4 years ago

dradX commented 4 years ago

In order to improve deployment performance, it would be useful to parallelize deployment execution. In the situation when direct acyclic graph (DAG) representing the node dependencies can be drawn as a tree with separate branches xOpera should enable parallel/concurrent execution of node deployment.

dradX commented 4 years ago

Connected with #51