When I run multiple functions at the same time, they are put in waiting, if they are in waiting can they fail because of the timeout time?
In other words, when the function is waiting, can the timeout time interrupt it or what other process could interrupt the running of the waiting functions?
No, the timeout timer starts when it starts executing.
ok thanks
If your question was answered, can you please set this message as [SOLVED]?
[SOLVED] Question about functions
Recommended threads
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...
- Cannot create cloud function due to this...
As I try to deploy a new function to Github I get this error message: ``` Unable to clone code repository: fatal: ' ' is not a valid branch name hint: See `man ...
- How to use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?