Commit graph

5 commits

Author SHA1 Message Date
Yann Lanthony
2db26314f8 [nodes] fix Publish node
incorrect iteration over resolved paths
2017-11-20 14:39:27 +01:00
Yann Lanthony
cdcc8df33e [nodes] Publish: move filepaths resolution into a method 2017-11-17 18:59:27 +01:00
Yann Lanthony
e8c579c942 [core] parallelization: introduce the notion of node 'size'
* node size is an estimation of the number of element to process on a given node, that may be used for parallelization.
* replace the explicit reference to an attribute on a node (Parallelization.inputListParamName)
* size can be:
  * dynamic: depends on the size of the node connected to a specific Attribute
  * static
2017-11-17 18:46:21 +01:00
Fabien Castan
8efa14ecda [node] Publish: fix node with new chunk notion 2017-11-07 18:46:14 +01:00
Fabien Castan
0f2f6c4796 [nodes] new Publish node 2017-10-31 21:28:45 +01:00