
I have functions that run after one another. So an import server is running and creating a function execution. Then after it’s done it will wait 1 second before invoking the same function again with a new value. This is works for around 1 hour then it starts getting execution timed out errors. Very very strange…
It fails due to its invoking a db call inside the function to check if an existing document already exists. How can I fix this? It’s not an issue with the function since it works for a duration then starts getting execution timed out.
The cpu usage isn’t getting overloaded and a generous 1 second delay should not overload the executor. How can we solve this?

Let me know what to give you all in terms of logs and such
Recommended threads
- Updating console to 1.8
Hey! Does anyone know how to update the appwrite console only? I am using console 1.7.4 but it has UI/UX issues 🙁
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Having errors migrating to cloud
Project will not migrate compeltely
