What is Request Timeout?
Request timeout is the maximum duration a client will wait for a server to respond before abandoning the connection. In scraping pipelines, timeouts are not just network failures — they are critical signals of proxy degradation, target rate-limiting, or anti-bot tarpitting. Setting static timeouts across a distributed crawl guarantees either wasted compute on dead connections or dropped data on slow but valid responses.