I have to do a large overhaul of my pipelines. It seems like a great time to adopt Dagger. But every time I investigate, I hit the same concern...
My Github pipeline is optimized using parallel jobs, reusable workflows, and matrixes. I see how you can describe this behavior in Dagger... But how well does Dagger's parallelization perform compared to Github workflow's methods? When is it better to use each?