chore: add logic for remove completed payment

This commit is contained in:
mahyargdz
2025-05-15 14:19:52 +03:30
parent 2ac29d1a91
commit 1bc8b23452
5 changed files with 66 additions and 24 deletions
+1 -2
View File
@@ -10,9 +10,8 @@ export function bullMqConfig(): SharedBullAsyncConfiguration {
},
prefix: "danak-console",
defaultJobOptions: {
removeOnComplete: false,
removeOnComplete: true,
removeOnFail: false,
attempts: 5,
},
}),
};