requestHandlerrequestHandler. currently when running this I getThis crawler instance is already running, you can add more requests to it viacrawler.addRequests()crawler.addRequests()
testCrawlertestCrawler) require different configurations, this could get messyif (!crawler)if (!crawler), if not it creates one, and then if thre already is one, it still calls await crawler.run(urls)await crawler.run(urls), that is the issue - you can have multiple crawlers, but you can't have multiple crawler.runcrawler.run at the same time.Join the Discord to ask follow-up questions and connect with the community