
is it possible to make async cloud function with sdk or u still have to use smth like multithreading/asyncio coroutine
TL;DR
The user is wondering if it's possible to create an async cloud function using the SDK or if they need to use something like multithreading or asyncio coroutine. The answer is that the SDK and the function in question do not have async capabilities. However, the user mentions that the next version might support some asyncio.
Not with the SDK because the SDK does not have any async capabilities.
Also, the function doesn't either because it uses flask

Next version might support some asyncio...

ah i see 🥲
Recommended threads
- Function does not have createDocument ac...
I have a function which I'm trying to have create a document in a collection. The collection in question has row security enabled and permissions set to grant u...
- [SOLVED] Running into error 400 when lin...
I cant find the create collection under database, all I see is create tables and this is affecting my react app
- Query.unselect([attrubutes])
Can we have Query.unselect([attrubutes]) like we have query.select() because i fetching my rows and i do need all the columns except that $updatedAt. Should i c...
