-
Notifications
You must be signed in to change notification settings - Fork 1
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
Non-retryable errors #2
Comments
Hi, I'm sorry for not getting back to you sooner. I am in the process of defining the API as I use it in my worker codebase. yet to hit a use-case of 'non-retrybale' in my workflows. I will definitely find some time to refine the API soon, as I am attending next month's Replay conference and want to discuss it with the maintainers |
Sounds good! No rush for answering my issues. Nice that you're gonna discuss it with the maintainers! Just for background, I released my first rust worker to prod yesterday, and so far it's working great. We're a very small startup so I don't mind that it's still unstable. |
Sure, Please do report the issues. |
Hey! Do you know if/how I can return an ApplicationFailure with non_retryable: true?
https://docs.temporal.io/kb/failures#non-retryable
Right now we have
But I couldn't find how to return a Failure, or extend the Error in a way that would pass that in a good way.
Thanks!
The text was updated successfully, but these errors were encountered: