Vercel Blog

Vercel Cron Jobs are now generally available

thumbnail
  • Vercel Cron Jobs are now generally available.
  • Cron Jobs allow you to run scheduled tasks on Vercel, such as data backups, API updates, and notifications.
  • You can define the frequency and timing of each task using cron expressions.
  • Cron Jobs work with any frontend framework and can be defined in Vercel's configuration files.
  • You can use Cron Jobs to run Serverless and Edge Functions.
  • During the beta, Cron Jobs were made more secure by providing an environment variable.
  • Deployment Protection and Instant Rollback are now supported for Cron Jobs.
  • Cron Jobs are available for all customers, with varying limits based on the plan.
  • Hobby plan users have access to 2 Cron Jobs, Pro plan users have access to 40 Cron Jobs, and Enterprise plan users have access to 100 Cron Jobs.
  • Detailed documentation and example deployments are available for Cron Jobs.