We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea90941 commit f4783c2Copy full SHA for f4783c2
src/server/services/jobs/pdfParsing.job.ts
@@ -47,7 +47,7 @@ export const submitPdfParsingJob = async (ragFile: RagFile) => {
47
s3Key,
48
outputBucket: S3_BUCKET,
49
},
50
- { jobId, removeOnComplete: true },
+ { jobId, removeOnComplete: true, removeOnFail: false },
51
)
52
53
return job
0 commit comments