Workflow steps now support extended function durations
Workflow steps on Pro and Enterprise plans can now run for up to 30 minutes instead of 800 seconds by opting in with an environment variable. This requires Fluid compute and a supported Node.js or Python runtime, with Hobby plans remaining limited to 5 minutes.
Workflow steps on Pro and Enterprise plans can now run for up to 30 minutes (1800 seconds), up from 800 seconds, using (in beta).extended function durations
To opt in, set to in your project's Environment Variables, then redeploy. Requires and a supported Node.js or Python runtime.VERCEL_ENABLE_WORKFLOW_EXTENDED_MAX_DURATION1Fluid compute
Extended durations are not available on Hobby plans, which remain limited to 5 minutes (300 seconds).
See in the documentation.function duration limits by plan
Source: original entry ↗