From e1459fdda90dca91de15746805f2481a7d542350 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Wed, 7 May 2025 09:46:41 +0000 Subject: [PATCH 1/3] feat(changelog): add new entry --- ...07-functions-added-request-timeout-up-to-1h.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelog/may2025/2025-05-07-functions-added-request-timeout-up-to-1h.mdx 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..de4d01b358 --- /dev/null +++ b/changelog/may2025/2025-05-07-functions-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: 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 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 0f44c80fa4640b917953e082d7082747c680bc42 Mon Sep 17 00:00:00 2001 From: Thomas TACQUET Date: Wed, 7 May 2025 14:03:47 +0200 Subject: [PATCH 2/3] Update changelog/may2025/2025-05-07-functions-added-request-timeout-up-to-1h.mdx Co-authored-by: SamyOubouaziz --- .../2025-05-07-functions-added-request-timeout-up-to-1h.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index de4d01b358..f52dfc4ed0 100644 --- 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 @@ -1,5 +1,5 @@ --- -title: Request timeout up to 1h +title: Maximum request timeout raised to one hour status: added date: 2025-05-07 category: serverless From ce767677f208eeef5a3bb784c1fcb00bcca873c7 Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Fri, 9 May 2025 14:04:31 +0200 Subject: [PATCH 3/3] fix(changelog): review ro 2 Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- .../2025-05-07-functions-added-request-timeout-up-to-1h.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index f52dfc4ed0..b9f5a5a5cd 100644 --- 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 @@ -7,7 +7,7 @@ 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 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