Anyone with a crawler with a lot of route handlers ? Like 100s of route handlers in a single crawler

Hello I'm thinking about ways of creating a central crawler (like a central cheerio crawler) that will have handlers for several websites, so when new requests arrive I won't need to instantiate a new cheerio crawler. Is this a good idea?

My project already have 174 crawlers in separate scripts that I have to manage with pm2, it's becoming hell to maintain, anyone with tips or big projects like mine?
Was this page helpful?