Merge branch 'main' into v1-webscraper

This commit is contained in:
Nicolas
2024-08-28 12:42:23 -03:00
14 changed files with 558 additions and 18 deletions
+2
View File
@@ -216,6 +216,8 @@ if (cluster.isMaster) {
Logger.info(`Worker ${process.pid} started`);
}
// const sq = getScrapeQueue();
// sq.on("waiting", j => ScrapeEvents.logJobEvent(j, "waiting"));