I'm developing Node.js scraping API with Puppeteer which is scraping over 1000 links daily and I want it to do that automatically.
I'm looking for task queuer that awaits for link scraper function to be done before continues to next scrape function.
I've found bull.js which uses Redis. I'm using MongoDB for database and I don't want to run another DB. So bull is not suitable for me.
Any suggestions? I'll really appreciate it if you help me.