Run Next.js functions in the background with events and schedules on Vercel and Netlify

Learn how to use Next.js api functions and run them as you would a message queue or a cron job.

Access the guide

There comes a point in time when your application gets too complex to be completely comprised of synchronous API endpoints. APIs are fantastic for CRUD actions that your users are taking that need an immediate response, but there are use cases when you want to do some work in your application in the background:

Learn more about Run Next.js functions in the background with events and schedules on Vercel and Netlify in our guide today.