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

Run docker-machine in parallel for better startup time #10

Open
dduportal opened this issue May 25, 2017 · 1 comment
Open

Run docker-machine in parallel for better startup time #10

dduportal opened this issue May 25, 2017 · 1 comment

Comments

@dduportal
Copy link
Contributor

Let's say for the set of worker (for managers, it can be problematic for the convergence of the internal KVP).

They are created/started/stopped sequentially. Running in parallel could be an interesting improvement :)

Some help there: https://www.codeword.xyz/2015/09/02/three-ways-to-script-processes-in-parallel/

I think that using xargs seems a good fit ?

@xinity
Copy link
Owner

xinity commented May 25, 2017

i love the idea behind managing workers simultaneously (aside the IP issue that should also be dealt with).
i'd rather not use xargs which some drawbacks regarding parameters and exit code :(

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

2 participants