
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
- My collection is not updating after csv ...
- How do I format an array in a CSV file t...
I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type St...
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
