PlaywrightCrawler actor not finishing requestQueue
I have a playwright Actor that will has 10 URLs added to its queue before i kick it off with
Note that this happens in my local runs of this Actor as well. The total number of URLs scraped (out of 10) varies from run to run, minimum 1 URL and max 7 (of 10 total).
This is the message it shows on repeat, on my local and on Apify platform:
Why would it stop pulling from the requestsQueue? There are no errors in the Actor prior to this.
.run(). But the actor doesn't finish all 10 URLs. It will process between 4 and 7, then the Log for the run will just show statistics message repeated every second. Note that this happens in my local runs of this Actor as well. The total number of URLs scraped (out of 10) varies from run to run, minimum 1 URL and max 7 (of 10 total).
This is the message it shows on repeat, on my local and on Apify platform:
Why would it stop pulling from the requestsQueue? There are no errors in the Actor prior to this.


