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

Send CB fail events upon failing operator #871

Open
mfelsche opened this issue Mar 25, 2021 · 2 comments
Open

Send CB fail events upon failing operator #871

mfelsche opened this issue Mar 25, 2021 · 2 comments
Labels
bug Something isn't working _complexity:medium A task with a medium complexity that should be challanging good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed operator Pipeline Operators _size:small A small task that should be quick to do

Comments

@mfelsche
Copy link
Member

Problem
When an operator fails event processing in on_event and returns an error, we only log it and carry on without ever sending a fail insight event back for transactional events.

Possible Solution(s)
Send cb fail at the callsite of Operator::on_event.

@mfelsche mfelsche added bug Something isn't working operator Pipeline Operators labels Mar 25, 2021
@Licenser Licenser added _complexity:medium A task with a medium complexity that should be challanging _size:small A small task that should be quick to do labels Mar 31, 2021
@mfelsche mfelsche added good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed labels Sep 30, 2021
@tobehardest
Copy link

Does this problem still need to be solved? I'd like to try it out if I can.

@Licenser
Copy link
Member

Licenser commented Apr 6, 2023

Due to the lack of communication on the other issue you asked to be assigned we're holding off on assigning this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working _complexity:medium A task with a medium complexity that should be challanging good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed operator Pipeline Operators _size:small A small task that should be quick to do
Projects
None yet
Development

No branches or pull requests

3 participants