How to stop Puppeteer crawler without causing error?
I have forks in my script and if certain conditions are met, I would like to stop the script. How should I do that?
page.close
creates issues, especially if I run concurrently.0 Replies