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 Update Empty oneToMany Relationsh...
Appwrite's `updateDocument()` API cannot update an empty oneToMany relationship array. When attempting to update an empty relationship with a single-item array,...
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...