Skip to content

Commit b308bb7

Browse files
authored
Merge pull request #410 from node-red/Steve-Mcl-patch-1
Clarify function timeout
2 parents b555b78 + 643e429 commit b308bb7

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)