cron-jobs
Per-tenant cron orchestration for akify-platform. Triggered by the cron-dispatcher Vercel project, one HTTP call per active tenant per cron tick. Each handler reads the tenant id from X-Akify-Tenant-Id (or ?tenantId=) and fans out to AKIFY_PLATFORM_URL with cron auth.
Endpoints
/api/cron/scheduler— hourly/api/cron/half-hour-scheduler— :15, :45/api/cron/chunking-scheduler— :30/api/cron/daily-scheduler— daily/api/cron/goals-tree-scheduler— :45/api/cron/minute-scheduler— every minute/api/cron/scheduled-tasks-executor— every minute/api/cron/test— manual