-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error: getaddrinfo ENOTFOUND #41
Comments
Would a flag such as:
Work for this? i.e. opt-in. Otherwise for people who simply type in the wrong address they'll have to wait for timeouts or check the output if there's an error. WDYT? |
I think that my use case with undefined dns record is not usual and the flag "--wait-for-dns" will be enough. |
Allows the user to wait even if the address cannot be resolved; useful if you know you will have to wait for DNS records to be created. Closes #41
Done! The latest version has the |
It works! Awesome! Thank you! |
Cool, glad it works and the tool as another potential valuable use now! |
I use this package to wait mongodb deployment inside Kubernetes. Sometimes DNS records do not have time to create, then I receive error "Error: getaddrinfo ENOTFOUND".
Is it bug or feature?
I think wait-port should also wait while DNS record appears.
The text was updated successfully, but these errors were encountered: