Requirements icon indicating copy to clipboard operation
Requirements copied to clipboard

Parallel execution of Requirements

Open chriskuech opened this issue 6 years ago • 2 comments

Invoke-Requirement should have a switch -Parallel that allows requirements to be executed in parallel according to the Name and DependsOn properties of each Requirement.

This opt-in feature would provide a major improvement over DSC’s synchronous execution.

chriskuech avatar Aug 03 '19 16:08 chriskuech

I could definitely make use of this. Would we do this with Start-Job?

zachChilders avatar Sep 19 '19 07:09 zachChilders

This is probably better suited: https://github.com/PaulHigin/PSThreadJob

chriskuech avatar Sep 20 '19 07:09 chriskuech