Skip to content

Commit

Permalink
debug metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed Dec 2, 2024
1 parent 1f44eda commit 0c677c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/process-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const metadataQueue = new Queue<JobData>('metadataQueue', {
type: 'exponential',
delay: 5000,
},
removeOnComplete: true,
removeOnComplete: false,
removeOnFail: false,
},
redis: redisConfig,
Expand Down

0 comments on commit 0c677c6

Please sign in to comment.