NodeJS: How to build a Realtime worker pool that allow adding and removing a worker dynamically
I have a scrapper that must make custom requests to an api. The point is that these requests need to be dynamic, as they can be managed, that is, added or removed. Every time a request is added, the system needs to immediately start scraping.