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 a global error event for pipe errors #2001

Closed
scottinet opened this issue Mar 4, 2021 · 0 comments
Closed

Add a global error event for pipe errors #2001

scottinet opened this issue Mar 4, 2021 · 0 comments

Comments

@scottinet
Copy link
Contributor

Feature Description

Similar to the existing hook:onError event, which allows to add handlers on hook failures, we need a pipe:onError event, allowing users to plug handlers listening to pipe failures.

Example Use Case

  • Easily catch faulty pipes
  • Add dedicated logs on custom code executions

Possible Solution (optional)

That event should be triggered by the pipe wrapper, which is added to any and all pipes added by the plugins manager.

That event must be listened only by hooks: there is no sense allowing pipes to listen to that event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants