[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,
|
connectedAccountId: connectedAccount.id,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: `${workspaceId}-${connectedAccount.id}`,
|
|
||||||
retryLimit: 2,
|
retryLimit: 2,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
@ -160,7 +160,6 @@ export class GmailFullSyncService {
|
|||||||
nextPageToken: messages.data.nextPageToken,
|
nextPageToken: messages.data.nextPageToken,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: `${workspaceId}-${connectedAccountId}`,
|
|
||||||
retryLimit: 2,
|
retryLimit: 2,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
@ -228,7 +228,6 @@ export class GmailPartialSyncService {
|
|||||||
GmailFullSyncJob.name,
|
GmailFullSyncJob.name,
|
||||||
{ workspaceId, connectedAccountId },
|
{ workspaceId, connectedAccountId },
|
||||||
{
|
{
|
||||||
id: `${workspaceId}-${connectedAccountId}`,
|
|
||||||
retryLimit: 2,
|
retryLimit: 2,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user