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
- Appwrite 1.8.1 TablesDB Permissions Issu...
Hi - I'm migrating a newer VueJS web application from Supabase to Appwrite. I'm looking for an experienced Appwrite Developer to help me solve a permissions iss...
- Relations within the same table
Hello, I'm currently building a sort of dictionary (a literal one) and thus I need words (which is one single table of words in my database) to be able to have ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.