-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Milestone
Description
One critical feature to better handle pipelines is to have builtin ways to manage (especially non-fatal) errors. As our executors currently catch errors in execution, it should be pretty straightforward to have a special queue for errors (the same way there is stdout and stderr on unix systems) that can be used to let the user choose how to handle those.
Reactions are currently unavailable