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

[BUG] No timeout configuration for DNS resolver #13

Closed
AlexeyDemidov opened this issue Mar 25, 2019 · 1 comment
Closed

[BUG] No timeout configuration for DNS resolver #13

AlexeyDemidov opened this issue Mar 25, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@AlexeyDemidov
Copy link

There is no timeout configuration for DNS resolver when MX checks are done, so if there is a domain with bad DNS being checked then it could take up to 75 seconds before DNS timeouts which can be unacceptable, especially within web application context. There is also seems to be no rescue for DNS resolver timeouts.

@bestwebua bestwebua self-assigned this Mar 28, 2019
@bestwebua bestwebua added the bug Something isn't working label Mar 28, 2019
bestwebua added a commit that referenced this issue Apr 1, 2019
Implement MX lookup
Implement .valid? helper
Implement Configuration#retry_count
Implement ResolverExecutionWrapper
Update documentation
Update gem version
@bestwebua
Copy link
Member

Thank you, Alexey 👍 Fixed!

@bestwebua bestwebua changed the title No timeout configuration for DNS resolver [BUG] No timeout configuration for DNS resolver Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants