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

A failed task does not cancel other tasks running in parallel #2

Closed
egorantonov opened this issue Feb 9, 2022 · 1 comment
Closed
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@egorantonov
Copy link
Owner

egorantonov commented Feb 9, 2022

Steps to reproduce:

  1. Have a fatal error inside a parallelizable task.
  2. Run it and see the 'task failed' result.

Expected Result:
TBD

Actual Result:
Other tasks continue to run

Note: perhaps actual result is favorable, since you don't have to re-run all the tasks again, only failed one

@egorantonov egorantonov added documentation Improvements or additions to documentation question Further information is requested labels Feb 9, 2022
@egorantonov egorantonov pinned this issue Feb 9, 2022
@egorantonov
Copy link
Owner Author

Closed, as parallel task error message is shown in its own window and it's easier to rerun only failed task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant