Javyer
Explore posts from serversHow to Setup Messaging & Calendar sync
Hi!
I'm a bit confused on the wording in the Setup Messaging & Calendar sync section:
Twenty offers integrations with Gmail and Google Calendar. To enable these features, you need to connect to register the following recurring jobs:What does# from your 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
connect to register the following recurring jobs
means in this context?
Do I need to jump into the docker image and run those commands? Or do I need to do a different thing?3 replies
How to set the commit sha as a environment variable?
Hi! Good day!
I'm currently trying to link the reports from Sentry with the Git commit's SHA.
For this, I'm setting a variable with the value:
${{RAILWAY_GIT_COMMIT_SHA}}
but it is empty. I also tried to use ${{RAILWAY_DEPLOYMENT_ID}}
but it also looks empty.
Am I missing something in my configuration? I'm properly using other variables to link to my other services.8 replies