From 643e42969c20aff161599fc28a98206ee1cd98ce Mon Sep 17 00:00:00 2001 From: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:25:20 +0000 Subject: [PATCH] Update timeout note in writing-functions.md Clarify that timeout functionality applies only to synchronous code. --- docs/user-guide/writing-functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/writing-functions.md b/docs/user-guide/writing-functions.md index 875a022b..9cceb819 100644 --- a/docs/user-guide/writing-functions.md +++ b/docs/user-guide/writing-functions.md @@ -467,6 +467,8 @@ It is possible to set a timeout for the function node on the Setup tab. This val in seconds, is how long the runtime will allow the Function node to run for before raising an error. If set to 0, the default, no timeout is applied. +NOTE: The timeout functionality only applies to synchronous code. + *** ### API Reference