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

Fail fast deactivation #37

Open
aicioara opened this issue Jul 17, 2015 · 0 comments
Open

Fail fast deactivation #37

aicioara opened this issue Jul 17, 2015 · 0 comments

Comments

@aicioara
Copy link

I have a CPU intensive task (task1) and a Network intensive task (task2), which I want to run in parallel. Now, if task1 fails, task2 is not killed, but grunt exits.

Is there an option to:

  • Either let all tasks fully complete their job (preferred and easier)
  • Or have some sort of finally clause

I am happy to try open a pull request if any of the choices are part of the philosophy of the library.

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

No branches or pull requests

1 participant