
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
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
- How to create custom relatime channels
how do i create custome channels for real time communication. for example a room for a game with room code and sending messgaes to that roomcode and receiving m...
- [SOLVED] Row with requested ID doesn't e...
``` async function test() { try { const input = {} const extracted = Object.values(input).map(item => ({ $id: item.postId, ...
