-
Notifications
You must be signed in to change notification settings - Fork 2
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
Running in parallel #13
Comments
I can't think of any limitation off-hand. I presume you're thinking about something like GNU Parallel? nodenv-each activates each node using the env var, so there shouldn't be any contention for files or anything. We could start by testing it out with gnu parallel executed "outside" nodenv-each to validate that it works. Then we could see about adding a --parallel option or something that invokes Did you have something else in mind? |
Nope, GNU parallel is all I had in mind. I'll hack on this. |
Hi,
Wondering if it's possible, or if you know the limitation preventing, running nodenv each where each invocation is ran in parallel.
The text was updated successfully, but these errors were encountered: