Forum Discussion
karthick_sundarasamy
Jun 02, 2023Copper Contributor
Foreach activity parallel runs turns into serial run from parallel after an hour+
This is more specific about "Foreach activity" code in azure synapse pipeline when setting is all set to have parallel run of activity inside, pipeline does good for some time as expected and in l...
qzhou
Jun 08, 2023Copper Contributor
For each activity parallel tasks are scheduled at the beginning of the execution. This means that if a task in a queue take longer will delay the whole queue, and even if there is slots available in other queue ADF will not re-shuffle the tasks