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

Concurrent command execution #2

Open
junyu-w opened this issue Jun 5, 2018 · 0 comments
Open

Concurrent command execution #2

junyu-w opened this issue Jun 5, 2018 · 0 comments
Labels
enhancement New feature or request epic big feature request that can possibly be split up

Comments

@junyu-w
Copy link
Owner

junyu-w commented Jun 5, 2018

Currently all steps are being executed in a sequential order, would like to enable concurrent execution on non-interdependent steps

AC:

  • add cli option --enable-concurrent for new
  • ask user if they would like to execute current step concurrently with the next step (if there's any)
  • execute steps concurrently
  • manage stdout & stderr of concurrent command so they are distinguishable
  • display concurrent steps in a different way with describe cmd
@junyu-w junyu-w added feature for new feature items epic big feature request that can possibly be split up labels Jun 5, 2018
@junyu-w junyu-w added this to the v0.3.0 Release milestone Jun 8, 2018
@junyu-w junyu-w added enhancement New feature or request and removed feature for new feature items labels Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic big feature request that can possibly be split up
Projects
None yet
Development

No branches or pull requests

1 participant