SameDomainDelay And RetryDelay in Puppeteer #1988
Dineshhardasani
started this conversation in
General
Replies: 1 comment
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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