Skip to content

Commit

Permalink
only 3 attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed Dec 2, 2024
1 parent 2e154c0 commit d7f4b19
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 @@ -6,7 +6,7 @@ export type JobData = { resourceId: string; type: 'token' | 'collection'; force:
export const metadataQueue = new Queue<JobData>('metadataQueue', {
defaultJobOptions: {
delay: 1000,
attempts: 4,
attempts: 3,
backoff: {
type: 'exponential',
delay: 5000,
Expand Down

0 comments on commit d7f4b19

Please sign in to comment.