You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: