Merge branch 'main' into feat/queue-scrapes

This commit is contained in:
Gergő Móricz
2024-08-13 20:53:49 +02:00
committed by GitHub
28 changed files with 1581 additions and 209 deletions
+1
View File
@@ -189,3 +189,4 @@ if (cluster.isMaster) {
// wsq.on("paused", j => ScrapeEvents.logJobEvent(j, "paused"));
// wsq.on("resumed", j => ScrapeEvents.logJobEvent(j, "resumed"));
// wsq.on("removed", j => ScrapeEvents.logJobEvent(j, "removed"));