This commit is contained in:
Gergő Móricz 2025-06-02 22:50:23 +02:00
parent 19d45f5fd0
commit 3805a8aa28

View File

@ -1395,8 +1395,6 @@ async function processJob(job: Job & { id: string }, token: string) {
);
}
indexJob(job, doc);
logger.debug("Declaring job as done...");
await addCrawlJobDone(job.data.crawl_id, job.id, true);