diff --git a/changelog/may2025/2025-05-07-containers-added-request-timeout-up-to-1h.mdx b/changelog/may2025/2025-05-07-containers-added-request-timeout-up-to-1h.mdx new file mode 100644 index 0000000000..cd443ce9e3 --- /dev/null +++ b/changelog/may2025/2025-05-07-containers-added-request-timeout-up-to-1h.mdx @@ -0,0 +1,14 @@ +--- +title: Maximum request timeout increased to one hour +status: added +date: 2025-05-07 +category: serverless +product: containers +--- + +Serverless Containers 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 Containers 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 +