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
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Triggers and call function in function p...
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an e...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...