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

Add mode to propagate the error from Pipeline to the foreground thread #268

Open
mthrok opened this issue Nov 7, 2024 · 0 comments
Open

Comments

@mthrok
Copy link
Collaborator

mthrok commented Nov 7, 2024

By default the errors happening in Pipeline is not propagated to the main thread. This is by design, but it is annoying when building a pipeline. (It is not straightforward to catch issue in tests unless you are watching the log.)

An idea to solve this is to add a sort of "strict" mode people use while development. In this mode, the Pipeline reacts to a task error and send some signal to the foreground thread.

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