Deduplicate and cancel unneeded retry requests
This commit is contained in:
parent
d1f130e542
commit
b68e731950
22 changed files with 473 additions and 161 deletions
|
@ -2006,7 +2006,7 @@ export async function createGroupV2(
|
|||
);
|
||||
|
||||
await conversation.queueJob('storageServiceUploadJob', async () => {
|
||||
await storageServiceUploadJob();
|
||||
await storageServiceUploadJob({ reason: 'createGroupV2' });
|
||||
});
|
||||
|
||||
const timestamp = Date.now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue