Crawler become slower as time goes on
Hello guys, thanks for your great tools. I have a problem with crawlee, it works well when I run crawler at the beginning, but when my vpn has a problem and I switch my config, crawler won't continue and I have to restart it. Are there any timeout fields to manage the maximum time each request could take?
Or sometimes it becomes slower for no reason and it won't get back the same speed(rpm) as the beginning.
4 Replies
Hey @Cena Ashoori
request_handler_timeoutLimits the time that will be spent on the request and its processing However, when you switch the VPN you are using while Playwright is running, it can cause problems directly with Playwright.
Hi, refer to this code
These fields no longer exist
navigation_timeout_secs=60,
request_timeout_secs=120,
If so, replace navigation_timeout_secx to following