What is DNS Timeout?
A DNS timeout occurs when a scraper's request to resolve a hostname into an IP address exceeds the configured time limit before receiving a response. In high-concurrency scraping, this is rarely a target-side failure — it usually indicates an overloaded local resolver, a struggling proxy exit node, or an authoritative nameserver rate-limiting your queries. Unhandled DNS timeouts masquerade as target downtime, silently corrupting pipeline completeness.