hi, thank you for the tool
hi, thank you for the tool PlaywrightCrawler. I want to ask How to handle 429 status code caused by requesting too often? Is there a sleep-for-a-few-seconds method to handle this? Thanks for the attention.
const crawler = new PuppeteerCrawler({
// ...
maxRequestsPerMinute: 10,
// ...
});