You do something like:E1 E4E2 Z E5 Z ...E3 E6So Z does not actually do anything it's just a funnel that waits for the 3 tasks at a time to complete ...
Hi smoortema, it will wait as for resource waste the sleep is the least expensive thing you can do it's impact on costing you'd need to gauge but it should be minimal. If you want zero data bricks waste your best option is to wire the 50 tasks in som...
So in this case we exceeded the 20k file limit (surprise); I tried to tag a few folders with ADO but again left me dumber...; best option is to stick with a workspace git folder (sparse mode) and pull before you run things; then rewire the tasks to t...
Same thing here; job concurrency is good but nothing for task; some jobs we do have countless parallel tasks so by not controlling it the downstream servers goes to a grinding halt and tasks just terminate.It needs what we call a spinlock on tasks to...