From 9733b1de473d682cff0599fd66b81846b7e6c79e Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Wed, 7 May 2025 09:46:42 +0000 Subject: [PATCH 1/3] feat(changelog): add new entry --- ...7-containers-added-request-timeout-up-to-1h.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelog/may2025/2025-05-07-containers-added-request-timeout-up-to-1h.mdx 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..800b83eeff --- /dev/null +++ b/changelog/may2025/2025-05-07-containers-added-request-timeout-up-to-1h.mdx @@ -0,0 +1,14 @@ +--- +title: Request timeout up to 1h +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 task 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 + From d914a03f6676428e8e74bcb52640b7321cd00b3e Mon Sep 17 00:00:00 2001 From: Thomas TACQUET Date: Wed, 7 May 2025 14:03:42 +0200 Subject: [PATCH 2/3] Update changelog/may2025/2025-05-07-containers-added-request-timeout-up-to-1h.mdx Co-authored-by: SamyOubouaziz --- .../2025-05-07-containers-added-request-timeout-up-to-1h.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 800b83eeff..7c48436c12 100644 --- 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 @@ -1,5 +1,5 @@ --- -title: Request timeout up to 1h +title: Maximum request timeout increased to one hour status: added date: 2025-05-07 category: serverless From 49330cdd9fcd005b72d3096df7f53ed13eb751c8 Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Fri, 9 May 2025 14:03:59 +0200 Subject: [PATCH 3/3] fix(changelog): review ro Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- .../2025-05-07-containers-added-request-timeout-up-to-1h.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 7c48436c12..cd443ce9e3 100644 --- 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 @@ -7,7 +7,7 @@ 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 task that require extended execution times +* 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