Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel execution of Requirements #26

Open
chriskuech opened this issue Aug 3, 2019 · 2 comments
Open

Parallel execution of Requirements #26

chriskuech opened this issue Aug 3, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@chriskuech
Copy link
Contributor

chriskuech commented Aug 3, 2019

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 chriskuech added the enhancement New feature or request label Aug 3, 2019
@zachChilders
Copy link
Contributor

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

@chriskuech
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants