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

NXDOMAIN errors should not be retried #2083

Merged
merged 1 commit into from Apr 7, 2023
Merged

NXDOMAIN errors should not be retried #2083

merged 1 commit into from Apr 7, 2023

Commits on Apr 6, 2023

  1. NXDOMAIN errors should not be retried

    The standard retryer keeps retrying domains that do not resolve. This
    hangs the execution until retries are exhausted.
    NXDOMAIN or 'no such host' errors are not transient and should fail immediately.
    An example would be when a user enters an invalid region that doesn't resolve.
    rem7 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9bebecc View commit details
    Browse the repository at this point in the history