I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 second. I have tried to lazy import the python libraries I am using (appwrite, datetime, os, json), increased cpu and memory for the function, and changing to python 3.12. Nothing has worked, every function call returns with the same error.
I appreciate the help
Recommended threads
- Console not loading - ERR_NAME_NOT_RESOL...
Hi everyone/team, is anyone else experiencing DNS issues accessing the Appwrite Console? I cannot load my project dashboard. My browser console is returning: Fa...
- {"message":"Server Error","code":500,"ty...
Hi, I am using Appwrite Cloud. I had created a new relation for a table. Since it was not letting me delete an appointment, I removed the relation from the mess...
- Tips for Debugging Appwrite Functions Lo...
Hi everyone! 👋 I have an Appwrite Function running locally with Docker, but I’m struggling to debug it because execution doesn’t reach the breakpoints I set. ...