TwentyT
Twenty14mo ago
17 replies
bn

Calendar sync succeeds, while Gmail sync does not start

Hi v0.33.0 is running on docker.

Following commands were executed on Worker container.
yarn command:prod cron:messaging:messages-import
yarn command:prod cron:messaging:message-list-fetch
yarn command:prod cron:calendar:calendar-event-list-fetch


Gmail and Calendar access is granted through UI.
Calendar sync works fine but Gmail sync does not import any message.
Setting page continues to show importing

Google Cloud Console shows sustained requests (1 req / min) at Calendar API, while Gmail API does not receive any request except when granted.

Worker log indicates Gmail sync cron job ends fairly quickly. I guess requests are not sent.
worker-1                | MessagingMessagesImportCronJob time: 53.8ms
worker-1                | CalendarEventListFetchCronJob time: 5.988ms
worker-1                | CalendarEventListFetchJob time: 775.207ms
d

How could this be fixed?
Was this page helpful?