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

Adds PermissionDenied service error to list of non-retryables #423

Conversation

eritscher
Copy link
Contributor

What was changed:

Adds serviceerror.PermissionDenied to list indicating if an error should not be retried.

Why?

Currently, PermissionDenied errors will be retried until the context times out and clients will not see the true surfaced error.

@CLAassistant
Copy link

CLAassistant commented Apr 30, 2021

CLA assistant check
All committers have signed the CLA.

@mfateev
Copy link
Member

mfateev commented May 2, 2021

Looks good, what stops from promoting it from draft status?

@eritscher eritscher marked this pull request as ready for review May 2, 2021 17:39
@eritscher
Copy link
Contributor Author

Thanks, just promoted. No reason, just a mistake on my part

Copy link
Member

@mfateev mfateev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mfateev mfateev merged commit 1eda847 into temporalio:master May 2, 2021
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

Successfully merging this pull request may close these issues.

3 participants