feat(crawler): compute source updates dates

This commit is contained in:
2025-11-25 01:05:39 +02:00
parent 72dfa53f80
commit 1d062f679b
16 changed files with 186 additions and 85 deletions
@@ -76,7 +76,7 @@ export class WordPressCrawler extends BaseCrawler {
{ url: node.link },
"Article out of date range, stopping further processing",
);
break;
process.exit(0); // stop further processing
}
logger.error({ error, url: node.link }, "Failed to process WordPress article");