Forum Discussion
Hey Chayce,
Thanks for the response. The 10 triggered pipelines can run simultaneously.
They do not impact each other. The only issue I foresee if this is possible, is I may run into heavy pipeline traffic with 10 running at once.
Regards,
------------------------------
Curtis Middleton
------------------------------
Probably depends on the complexity of what each pipeline is doing. If they're simple enough it likely won't make a difference - if they're complex, you can consider something like what I suggested and stagger them within each step in the process, or build in a pause between them, keeping the heavier/complex ones towards the end to clear the way.
You can build them all into a single initiating pipeline then, the biggest thing to focus on in each pipeline is going to make them as efficient as possible. So using Bulk record processing for loads, minimizing the # of queries etc.
------------------------------
Chayce Duncan
------------------------------