clean way to stop "request queue seems to be stuck for 300.0"
A scraper that I am developing, scrapes a SPA with infinite scrolling. This works fine, but after 300 seconds, I get a
This probably happens since I only handle 1 request (I do not add anything to the RequestQueue), from which I just have a while until
What is a clean way to stop this from happening?
WARN , which spawns another playwright instance. This probably happens since I only handle 1 request (I do not add anything to the RequestQueue), from which I just have a while until
finished condition is met.What is a clean way to stop this from happening?