You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: