@ -152,6 +152,10 @@ export class MessagingGmailMessagesImportService {
|
|||||||
workspaceId,
|
workspaceId,
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
this.logger.log(
|
||||||
|
`Messaging import for workspace ${workspaceId} and message channel ${messageChannel.id} failed with error: ${error}`,
|
||||||
|
);
|
||||||
|
|
||||||
await this.cacheStorage.setAdd(
|
await this.cacheStorage.setAdd(
|
||||||
`messages-to-import:${workspaceId}:gmail:${messageChannel.id}`,
|
`messages-to-import:${workspaceId}:gmail:${messageChannel.id}`,
|
||||||
messageIdsToFetch,
|
messageIdsToFetch,
|
||||||
|
|||||||
Reference in New Issue
Block a user