superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.41k stars 235 forks source link

Force the DNS check to timeout after 70 seconds #3647

Closed billyb2 closed 3 months ago

billyb2 commented 3 months ago

Change Summary

What and Why: This should fix an issue that Matthew has noticed where DNS checks could hang indefinetely

How: Adding a timeout to the context in checkDNS

Related to:


Documentation