Scheduled Syncs

Auto-import from Google Drive folders and Figma projects on a recurring schedule.

Add a new schedule
Railway Cron setup (one-time):
Add a new service in Railway → Empty Service. Set CRON_SCHEDULE to0 * * * * (hourly check) and the start command tocurl -X POST -H "Authorization: Bearer $CRON_SECRET" https://dis-app-production.up.railway.app/api/cron/run-scheduled-syncs. Make sure CRON_SECRET is set on both services to the same value.