cd /news/developer-tools/vercel-functions-can-now-run-up-to-3… · home topics developer-tools article
[ARTICLE · art-28204] src=vercel.com ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

Vercel Functions can now run up to 30 minutes

Vercel increased the maximum execution duration for Functions using Node.js and Python runtimes to 30 minutes for Pro and Enterprise teams, more than doubling the previous 800-second limit. The update enables longer-running tasks such as AI reasoning, document processing, and web scraping, with Fluid Compute ensuring cost-efficient billing by charging only for active CPU time.

read1 min publishedJun 15, 2026

Vercel Functions using the Node.js and Python runtimes now support execution durations up to 30 minutes for Pro and Enterprise teams, more than 2x the previous 800 second limit. Support for additional runtimes is coming soon.

Use longer-running Functions for work that needs more time to finish, including: Long LLM reasoning and tool calls

AI responses that stream for several minutes

Document and media processing

OCR and extraction

Web scraping and browser automation

Fluid Compute keeps long-running work cost-efficient. Active CPU billing only applies while your code is executing, and s while your Function is waiting on I/O such as AI model calls, database queries, and third-party APIs.

Set maxDuration

to opt in. For Next.js App Router, configure it in the route file:

For other runtimes and frameworks, configure `maxDuration`

for a specific function path in `vercel.json`

:

Durations above 800 seconds are in beta and require Fluid Compute. Learn more about configuring max duration for Vercel Functions in the documentation.

── more in #developer-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/vercel-functions-can…] indexed:0 read:1min 2026-06-15 ·