Skip to content

Commit

Permalink
feat: update removeOnComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeleg committed Dec 10, 2024
1 parent 2c3e02c commit 5d5c802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/relay-orders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const queue = new Queue(QUEUE_NAME, {
delay: 5000,
},
timeout: 60000,
removeOnComplete: true,
removeOnComplete: 100,
removeOnFail: 10000,
},
});
Expand Down

0 comments on commit 5d5c802

Please sign in to comment.