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

Add 'Parallel' switch to Invoke-PSDeploy #53

Open
RamblingCookieMonster opened this issue Jul 23, 2016 · 0 comments
Open

Add 'Parallel' switch to Invoke-PSDeploy #53

RamblingCookieMonster opened this issue Jul 23, 2016 · 0 comments

Comments

@RamblingCookieMonster
Copy link
Owner

In some cases, deployments may benefit from running in parallel. It might help to add a 'parallel' switch that invokes deployments in parallel via runspaces.

This may be as simple as inserting runspace handling for this loop in Invoke-PSDeploy

I'm game for any implementation. Depending on PoshRsJob, adding a small handler (e.g. Invoke-Parallel, but maybe stripped down), or even our own handling.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant