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
- Does anyone know default sender id and f...
Need it for otp verification in appwrite self hosted
- [BUG] I'm facing an issue while creating...
Here’s what’s happening: When I try to create a new Web app on my Appwrite console (backend.keplr.in), the browser console shows multiple errors: Uncaught (in...
- coolify docs dont help installing latest...
coolify has older version of appwrite, how do i install latest version of appwrite