Long-running background functions on Vercel

How to run business critical jobs for minutes, hours or days

Access the guide

Serverless functions can be a game changer for devs building applications who want to get into production fast and elastically scale with usage. Today, developers primarily use serverless functions on platforms like Vercel to build synchronous APIs, but what do you do if you need to run critical business logic on top of serverless functions?

Learn more about Long-running background functions on Vercel in our guide today.