Skip to content
← Back to Changelog

Wednesday, February 22nd 2023

Run scheduled jobs with Vercel Cron Jobs and Vercel Functions

Posted by

Avatar for vvoyer

Vincent Voyer

Software Engineer

Avatar for andy

Andy Schneider

Software Engineer

Avatar for lucleray

Luc Leray

Engineering Manager

Avatar for gkaragkiaouris

George Karagkiaouris

Software Engineer

Vercel Cron Jobs enable you to run scheduled jobs for automating backups and archiving, sending email and Slack notifications, and more. Cron jobs can be used for any task you need to run on a schedule.

By using a specific syntax called a cron expression, you can define the frequency and timing of each task. Cron jobs are supported in Serverless Functions, Edge Functions, and the Build Output API.

Vercel Cron Jobs are available in public beta. Check out the documentation to get started.

Post