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

An error should stop the execution queue #215

Closed
AlexandreSajus opened this issue Jan 14, 2022 · 0 comments · Fixed by #265
Closed

An error should stop the execution queue #215

AlexandreSajus opened this issue Jan 14, 2022 · 0 comments · Fixed by #265
Labels
invalid This doesn't seem right

Comments

@AlexandreSajus
Copy link
Contributor

Currently, when running a line of blocks, if a block returns an error, the next blocks will keep running even though they will probably error out since one of their dependencies errored out.

Ideally, if a block in the queue errored out, it should stop the execution queue

Here is an example where I pressed run_right on the block on the left:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant