
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
- Sharing Auth Provider Refresh Token
For some reason, the identities api always return empty "providerRefreshToken" property in response (in my case it is google), which make sense to not share wit...
- Issue Adding Environment Variables After...
Hey everyone, I just created a new function and pushed it successfully. Now I'm trying to add some environment variables to that function, but I'm hitting an e...
- "NetworkError when attempting to fetch r...
I was trying to upload a function manually which is about 30MB and 9.15MB when in `.tar.gz` form, but getting `NetworkError when attempting to fetch resource.`....
