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

[Tech debt] Split success and error return values in uworker_output.ErrorType #4517

Open
vitorguidi opened this issue Dec 17, 2024 · 0 comments
Assignees

Comments

@vitorguidi
Copy link
Collaborator

vitorguidi commented Dec 17, 2024

The ErrorType enum under uworker_output holds both error and success values, which lead to a cludge in #4516 so we can track error rate in uworker_main.

TODO: refactor the code that touches this Enum so errors and successful return values can be told apart. without having to list the success values outside of the proto.

@vitorguidi vitorguidi self-assigned this Dec 17, 2024
@vitorguidi vitorguidi changed the title Split success and error return values in uworker_output.ErrorType [Tech debt] Split success and error return values in uworker_output.ErrorType Dec 18, 2024
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