✅ Accounts not syncing [CRON stopped]
Users are complaining that they don't see new companies appearing. This started to happen on version
v0.50
in production. I've tried to upgrade our testing instance to v0.52
, but that didn't help. Users still can't see new companies in testing on version v0.50
. The only repeating error I see in the logs is:
where should I start digging?13 Replies
If i am correct, this was fixed recently. Could you try upgrading to version 0.54 ?
could this be related to not syncing? users say only calendar sync works, but not emails. maybe it's something on gmail api side?
I've upgrade to latest (0.54), but now it doesn't load with this error:
I can see it stopped syncing from emails on after Mar 27th. I have a feeling it might be something with Gmail API, but I'm not sure what and where to look for

i would definitly recommend first to upgrade in order to benefit from all our fixes. Then I would try to dig the worker logs
yes, I've upgrade gradually to 0.54, but this is the error on 54
I've rolled it back to 0.53 and it works
but email sync still doesn't
did you try to reload the worker ? (maybe they are just down)
what do you mean by reload? whenever I do upgrade I run it with
--force-recreate
. so the container is restarted in any caseeO i see you use docker containers. I am not familiar with this setup but sometimes cron jobs stops and you may need to manually trigger them again. it's in the doc if you search for "start the corn jobs"
yarn command:prod cron:messaging:messages-import
yarn command:prod cron:messaging:message-list-fetch
yarn command:prod cron:calendar-event-list-fetch
yarn command:prod cron:calendar-events-import
yarn command:prod cron:messaging:ongoing-stale
yarn command:prod cron:ongoing-stale
yarn command:prod cron:workflow:automated-cron-trigger
amazing, thanks! let me try to do that
I've started them, let's see if that helps. Also, should I be concerned about this error?
No it’s ok. You can skip this one unless it keeps coming back
yes, I can see it's repeating. also yesterday after running cron commands today I can see in UI
Sync failed
ok, it's working fine now. in testing
it was the issue with People API not enabled and with production
running cron commands solved the issue. thanks!