
Simple question, with a probable simple answer but I wanted to ask, to run asynchronous python functions all I need to do is use asyncio yeah? If so, they should be set that way by default IMO

You probably can use asyncio. I'm not familiar with how to use it, though.
See open-runtime's source code: https://github.com/open-runtimes/open-runtimes/blob/4044ed47c488e269a66fc381748f3af1e179e60b/runtimes/python-3.10/src/server.py#L155-L158
Recommended threads
- Accessing caller UserID on Function Exce...
I'm working with function, which should generate a document in Collection B, but only if user who's calling the function, is the owner of Document in Collection...
- Steps to Enable HTTP Access to appwrite ...
Hi Appwrite team, I have created a function and I want it to receive and incoming post request from a webhook( a webhook that notifies the function to update t...
- Unable to Access Appwrite Console & API ...
I have been unable to access my Appwrite console and related services for the past two weeks. Additionally, the Appwrite integration on my production website ha...
