Skip to main content

Workflow steps now support extended function durations

By Steven Van ·

Pro and Enterprise workflow steps can opt into 1800-second runs, up from 800, via a beta environment variable flag.

Workflow steps on Vercel's Pro and Enterprise plans can now run for up to 30 minutes (1800 seconds), up from 800 seconds, using extended function durations, which are in beta.

To opt in, set the environment variable VERCEL_ENABLE_WORKFLOW_EXTENDED_MAX_DURATION to 1 in the project's Environment Variables and redeploy. It requires Fluid compute and a supported Node.js or Python runtime. Hobby plans aren't eligible and stay capped at 5 minutes (300 seconds). Read more.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Workflow steps now support extended function durations on Creators Toolbox