Skip to content

Commit 643e429

Browse files
authored
Update timeout note in writing-functions.md
Clarify that timeout functionality applies only to synchronous code.
1 parent b555b78 commit 643e429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user-guide/writing-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,8 @@ It is possible to set a timeout for the function node on the Setup tab. This val
467467
in seconds, is how long the runtime will allow the Function node to run for before
468468
raising an error. If set to 0, the default, no timeout is applied.
469469

470+
NOTE: The timeout functionality only applies to synchronous code.
471+
470472
***
471473

472474
### API Reference

0 commit comments

Comments
 (0)