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
- GOT 500 error when going to the appwrite...
I gott 500 internal error screen and my API is timeout. please help to take a look. Traceback (most recent call last): File "D:\conda\envs\wrista\Lib\site-pa...
- Returned columns when Query.select is us...
Hello, I am noticing that whatever i put in Query.select, the returned data will always contain the following fields ` "total": 1, "rows": [ { ...
- Does appwrite supports increasing the va...
I am building a chat application where user message needs to increased on every row creation. For this is there any increament feature?