node-scraper icon indicating copy to clipboard operation
node-scraper copied to clipboard

A way to know when all scraper requests have completed for the entire process?

Open jfrux opened this issue 11 years ago • 1 comments

Please advise if I'm just a n00b and it's really obvious...

jfrux avatar Oct 31 '12 14:10 jfrux

You could program this yourself, I ended up creating my own queue using the logic from this scraper. After lots of debugging I now have a completely different version in which I can detect when my queue is done if I wanted.

nickewansmith avatar Jun 13 '13 17:06 nickewansmith