DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How Vercel Shipped Cron Jobs in 2 Months Using Amazon EventBridge Scheduler

1 year ago aws.amazon.com
How Vercel Shipped Cron Jobs in 2 Months Using Amazon EventBridge Scheduler

Summary: This is a summary of an article originally published by AWS DevOps Blog. Read the full original article here →

https://aws.amazon.com/polly/ Vercel implemented Cron Jobs using Amazon EventBridge Scheduler, enabling their customers to create, manage, and run scheduled tasks at scale. The adoption of this feature was rapid, reaching over 7 million weekly cron invocations within a few months of release.

A cron job is a scheduled task that automates running specific commands or scripts at predetermined intervals or fixed times.

That’s where https://www.linkedin.com/in/vvoyer/ and https://www.linkedin.com/in/andreas-schneider-79043021a/ joined forces to build a prototype cron job feature for the Vercel platform.

Vercel, in the backend, uses EventBridge Scheduler and creates a new schedule when a new cron job is created.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com