Harriesh
8 years agoNew Contributor III
How to wait child pipeline till parent pipelines are completed
How to wait child pipeline till parent pipelines are completed. Currently the child pipelines are getting executed before the parent execution done with all the documents.
Because of that it is having memory issue.
Is there any wait to wait the child pipeline till all the documents execution and then call the child pipeline.
@Harriesh, you might look at using the Group By N snap with Group Size of 0 at the end of the parent pipeline to aggregate all the documents into one and then start the Child pipeline with a splitter to break it back down into individual documents. I don’t know how much that would help out memory-wise, but I suspect it might be better than a sort.