de-duplicate delete account jobs
This commit is contained in:
parent
4b29d59a9b
commit
b9e610473b
1 changed files with 3 additions and 0 deletions
|
|
@ -630,6 +630,9 @@ export class QueueService {
|
|||
age: 3600 * 24 * 7, // keep up to 7 days
|
||||
count: 100,
|
||||
},
|
||||
deduplication: {
|
||||
id: user.id,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue