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

fix(foundry-common): Do not retry custom errors #7017

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

Evalir
Copy link
Member

@Evalir Evalir commented Feb 6, 2024

Motivation

Closes #6913

Solution

We should not retry custom errors at all. I think it's still okay to retry MissingBatchResponse errors as it could be the server derping out.

@Evalir Evalir force-pushed the evalir/no-retry-custom-errs branch from 96964b0 to 251677a Compare February 6, 2024 00:16
@onbjerg onbjerg merged commit f957e82 into master Feb 6, 2024
19 checks passed
@onbjerg onbjerg deleted the evalir/no-retry-custom-errs branch February 6, 2024 08:20
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.

Non existent RPC URL fails after multiple retries without original error message
2 participants