Schedule tasks for serverless functions
Process uploaded videos by scheduling a task with the video ID. For example, the task calls your /api/process-video endpoint on Vercel with the payload. Your function runs, processes the video, and returns. No workers needed.