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
TL;DR
Developers are experiencing a 'Timed out waiting for runtime' error when calling a function on appwrite cloud using Python 3.9, even after trying lazy imports, adjusting CPU and memory, and switching to Python 3.12. Unfortunately, the issue persists.