From e2553010055330565b06a4aa030c531ff680b78b Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 27 Dec 2024 21:31:29 -0300 Subject: [PATCH] Update index.ts --- apps/api/src/scraper/scrapeURL/engines/pdf/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/scraper/scrapeURL/engines/pdf/index.ts b/apps/api/src/scraper/scrapeURL/engines/pdf/index.ts index 0ea1d579..b774cd0e 100644 --- a/apps/api/src/scraper/scrapeURL/engines/pdf/index.ts +++ b/apps/api/src/scraper/scrapeURL/engines/pdf/index.ts @@ -114,7 +114,7 @@ export async function scrapePDF( throw error; } meta.logger.warn( - "RunPod MU failed to parse PDF -- falling back to parse-pdf", + "RunPod MU failed to parse PDF (could be due to timeout) -- falling back to parse-pdf", { error }, ); Sentry.captureException(error);