I have a pipeline with about 20 copy activities which are independent to one another. This copy activity is basically copy data from on premises data source to azure sql DB. I have two questions. Can I run all 20 activities at the same time parallel? At the moment it is just running 4-6 activities and rest are going in queue and getting started only after the earlier finished. How can I run 20 same time. PS : I have increased the max concurrency within the Self hosted IR to 24 but still it's same.
Question 2: is there any option within the pipelines to include any parameter such that it could execute any number of parallel activities to execute?
Thanks for your help