Skip to content

WARN cannot DNS resolve // ERROR doing http request - context deadline exceeded #499

Closed Answered by qdm12
lonezel asked this question in Q&A
Discussion options

You must be logged in to vote

i/o timeout means the DNS request timed out, and context deadline exceeded means the DNS went through but then the HTTP request/response timed out too (I think after 10s). Not much I can do, it's likely a networking reliability issue on your host/config. You could try using another DNS server using RESOLVER_ADDRESS="1.1.1.1:53" maybe that'll help.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lonezel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants