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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...