New execution duration limit for Edge Functions

New Execution Duration Limit for Edge Functions
As of March 1st, 2025, Vercel Functions using the Edge runtime will have a new execution duration limit of 300 seconds. This replaces the previous lack of a fixed timeout for streaming responses, providing more predictability.
Streaming Response Up to 300 Seconds
Edge Functions will now consistently allow streaming responses for up to 300 seconds. This includes post-response tasks, ensuring a more stable behavior.
Learn More
To understand Vercel Functions using the Edge runtime better, visit the Vercel documentation.
Read More
For further details on this update and its implications, please refer to the article on Vercel Functions using the Edge runtime.