[messaging] Remove ids from enqueued jobs (#3936)
* [messaging] Fix import message participant uppercase * fix job not enqueuing
This commit is contained in:
@ -57,7 +57,6 @@ export class FetchAllWorkspacesMessagesJob
|
||||
connectedAccountId: connectedAccount.id,
|
||||
},
|
||||
{
|
||||
id: `${workspaceId}-${connectedAccount.id}`,
|
||||
retryLimit: 2,
|
||||
},
|
||||
);
|
||||
|
||||
@ -160,7 +160,6 @@ export class GmailFullSyncService {
|
||||
nextPageToken: messages.data.nextPageToken,
|
||||
},
|
||||
{
|
||||
id: `${workspaceId}-${connectedAccountId}`,
|
||||
retryLimit: 2,
|
||||
},
|
||||
);
|
||||
|
||||
@ -228,7 +228,6 @@ export class GmailPartialSyncService {
|
||||
GmailFullSyncJob.name,
|
||||
{ workspaceId, connectedAccountId },
|
||||
{
|
||||
id: `${workspaceId}-${connectedAccountId}`,
|
||||
retryLimit: 2,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user