diff --git a/changelog/may2025/2025-05-07-functions-added-request-timeout-up-to-1h.mdx b/changelog/may2025/2025-05-07-functions-added-request-timeout-up-to-1h.mdx new file mode 100644 index 0000000000..b9f5a5a5cd --- /dev/null +++ b/changelog/may2025/2025-05-07-functions-added-request-timeout-up-to-1h.mdx @@ -0,0 +1,14 @@ +--- +title: Maximum request timeout raised to one hour +status: added +date: 2025-05-07 +category: serverless +product: functions +--- + +Serverless Functions now support a request timeout of up to one hour. This significant increase in timeout duration opens up new possibilities for long-running tasks and workloads. With this update, you can now use Serverless Functions for a wider range of use cases, such as: +* Running complex data processing tasks that require extended execution times +* Hosting long-running webhooks or callbacks that need to handle prolonged requests +* Supporting real-time data streaming applications that require continuous processing +* Enabling wider usage of websockets +