Ability to change scraping speed and concurrency while the script is running
It would be nice to be able to change the scraping speed while running the crawler if you determine it is running too fast for the site to keep up, without having to stop and start the crawler again.
It could be done from the crawlee CLI for example.
2 Replies
crude-lavender•3y ago
It is possible to modify the properties on
AutoscaledPool
within a route.
fascinating-indigoOP•3y ago
Thanks