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 vhalt in parallel when used in lhalt #117

Open
AdamBromiley opened this issue Sep 7, 2022 · 0 comments
Open

Run vhalt in parallel when used in lhalt #117

AdamBromiley opened this issue Sep 7, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AdamBromiley
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
lhalt is notoriously slow because it runs each underlying vhalt command in sequence, which are each unavoidably slow already.

Describe the solution you'd like
Like how lstart can run multiple vstart commands in parallel (controllable with lab.dep, -p, and -s/--sequential), lhalt should run vhalt commands in parallel with similar CLI options.

This should be relatively simple to implement; just run each vhalt command in the background. The stdout of vhalt will need to be changed or hidden by lhalt, since it requires uninterrupted output for many seconds.

@AdamBromiley AdamBromiley added enhancement New feature or request good first issue Good for newcomers labels Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant