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

util/retry: Add the 'errors' we use internally as exception #109

Merged
merged 1 commit into from
Jun 5, 2020

Conversation

xescugc
Copy link
Member

@xescugc xescugc commented May 29, 2020

This way the errors will be skipped and fault retries will be avoided.

This is still a hack but for the real implementation/solution we have to agree on #93 so we can create an internal error type and directly assert to that type to skip errors that we know are do not need a Retry.

Close #106 close #105

This way the errors will be skipped and fault retries will be avoided
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.

False error (and so retry loop). Terminated EC2 instances cause 90s delay for each terminated EC2 resource.
3 participants