Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NXDOMAIN errors should not be retried (#2083)
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.
- Loading branch information