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 DialerSwarm fallback #3055

Closed
vkuznecovas opened this issue Jan 26, 2021 · 1 comment · Fixed by #3141
Closed

Fix DialerSwarm fallback #3055

vkuznecovas opened this issue Jan 26, 2021 · 1 comment · Fixed by #3141

Comments

@vkuznecovas
Copy link
Contributor

Currently, the dial is performed in parallel with both dns and IP addresses directly, which means that we are kind of unable to point our DNS and/or move our servers. This needs addressing.

@chompomonim
Copy link
Contributor

As a first step we could delay requests via ip by 1 second, so requests via DNS would get priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants