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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...