SameDomainDelay And RetryDelay in Puppeteer #1988
Dineshhardasani
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SameDomainDelay: How much time should pass at a minimum between two requests to the same domain?
RetryDelay: How much time should pass at a minimum between the job execution and its retry?
Is it possible to include the functionalities of SameDomainDelay and RetryDelay in Puppeteer from Crawlee for handling crawling requests?
The same functionality is available in Puppeteer Cluster, as shown in the following link:
https://www.npmjs.com/package/puppeteer-cluster
Beta Was this translation helpful? Give feedback.
All reactions