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

Running in parallel #13

Open
AeroNotix opened this issue Aug 14, 2020 · 2 comments
Open

Running in parallel #13

AeroNotix opened this issue Aug 14, 2020 · 2 comments

Comments

@AeroNotix
Copy link

Hi,

Wondering if it's possible, or if you know the limitation preventing, running nodenv each where each invocation is ran in parallel.

@jasonkarns
Copy link
Member

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 parallel under the hood.

Did you have something else in mind?

@AeroNotix
Copy link
Author

Nope, GNU parallel is all I had in mind. I'll hack on this.

AeroNotix added a commit to AeroNotix/nodenv-each that referenced this issue Aug 17, 2020
AeroNotix added a commit to AeroNotix/nodenv-each that referenced this issue Aug 17, 2020
AeroNotix added a commit to AeroNotix/nodenv-each that referenced this issue Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants