From e614a5934781f82cd1a85875313e9d6ba0c57452 Mon Sep 17 00:00:00 2001 From: David <86196556+DH-555@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:40:08 +0100 Subject: [PATCH 1/2] Update timeout information in functions documentation Clarify timeout limits for asynchronous and synchronous functions. --- src/routes/docs/products/functions/functions/+page.markdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/routes/docs/products/functions/functions/+page.markdoc b/src/routes/docs/products/functions/functions/+page.markdoc index 46eda30837..d67618f99b 100644 --- a/src/routes/docs/products/functions/functions/+page.markdoc +++ b/src/routes/docs/products/functions/functions/+page.markdoc @@ -164,7 +164,8 @@ You can access environment variables inside functions using your [runtime langua ## Timeout {% #timeout %} You can limit the execution time of your function by navigating to your function > **Settings** > **Timeout**. -There is a system wide maximum timeout of 900 seconds (15 minutes). +There is a system-wide maximum timeout of 900 seconds (15 minutes) for asynchronous functions. +For synchronous functions, there is a hard limit of 30s. ## Scopes {% #scopes %} @@ -172,4 +173,4 @@ You can configure the permission scopes for the function [dynamic API key](/docs {% arrow_link href="/docs/advanced/platform/api-keys#scopes" %} Learn more about scopes -{% /arrow_link %} \ No newline at end of file +{% /arrow_link %} From 2be6e1735006a84b8c654d73b358621bc3c87211 Mon Sep 17 00:00:00 2001 From: David <86196556+DH-555@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:44:18 +0100 Subject: [PATCH 2/2] Improve consistency --- src/routes/docs/products/functions/functions/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/products/functions/functions/+page.markdoc b/src/routes/docs/products/functions/functions/+page.markdoc index d67618f99b..e6e4c91cdf 100644 --- a/src/routes/docs/products/functions/functions/+page.markdoc +++ b/src/routes/docs/products/functions/functions/+page.markdoc @@ -165,7 +165,7 @@ You can access environment variables inside functions using your [runtime langua ## Timeout {% #timeout %} You can limit the execution time of your function by navigating to your function > **Settings** > **Timeout**. There is a system-wide maximum timeout of 900 seconds (15 minutes) for asynchronous functions. -For synchronous functions, there is a hard limit of 30s. +For synchronous functions, there is a hard limit of 30 seconds. ## Scopes {% #scopes %}