
is it possible to make async cloud function with sdk or u still have to use smth like multithreading/asyncio coroutine

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
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- How can we add more than 8 attributes in...
Hey, when I tried to add attribute in my collection it showed me this Error "The maximum number or size of attributes for this collection has been reached." How...
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
