L
Dashboard/CRON Schedule

Auto-Import Schedule

Current Configuration

ScheduleDaily at 5:00 AM UTC
PlatformVercel CRON
EndpointGET /api/cron/ingest-draw
AuthorizationBearer Token (CRON_SECRET)

Manual Trigger

Run the draw import immediately. Uses the same pipeline as the scheduled CRON job.

Deployment Required

The CRON schedule is configured in vercel.json and activates automatically when deployed to Vercel. For local development, use the Manual Trigger button above, or set up a local scheduler (e.g., Windows Task Scheduler, cron, systemd timer) to call GET /api/cron/ingest-draw with the CRON_SECRET bearer token.