-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Cancel a series of tasks with SIGINT #452
Comments
Duplicate of #433 I think it's more of a bug. |
Sorry, I was a bit hasty marking this as a duplicate of #433. |
So would this be a feature request? A bug? User error? |
It's a bug. Just tagged it as such |
Up.
I already tried all the combinations of the --kill options but they won't work. I have to press Ctrl+C twice to kill all. |
🚢 This is now fixed in v9.0.0! |
Description:
I want to run a series of tasks, that are cancellable.
Expected Behaviour:
If I press CTRL-C, I want the entire script (each of the series of tasks) to be aborted (or not started).
Actual Behaviour:
I need to press CTRL-C multiple times to cancel each process.
Reproduction:
Note the
-m 1
flag to run one process consecutively.Is this a bug, or is there a way to do this that is not obvious?
The text was updated successfully, but these errors were encountered: