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

documentation around how the pipeline handles errors (retryable and non-retryable errors) #139

Open
shashank10456 opened this issue Aug 11, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for new contributors hacktoberfest

Comments

@shashank10456
Copy link
Contributor

shashank10456 commented Aug 11, 2022

Summary

What change needs making?

Documentation around how the pipeline handles errors (retryable and non-retryable errors).

Use Cases

When would you use this?

This will help in understanding the platform better and help the developers in handling the retryable errors in a better way without panicking.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@shashank10456 shashank10456 added the enhancement New feature or request label Aug 11, 2022
@vigith
Copy link
Member

vigith commented Sep 25, 2022

With the new gRPC-based UDF, a user-defined error cannot be returned to the SDK. The numaflow framework will retry any internal error, and the UDF author should retry the errors within the UDF.

@vigith vigith added documentation Improvements or additions to documentation good first issue Good for new contributors and removed enhancement New feature or request labels Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for new contributors hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants