Back

Python Async Function

  • 0
  • Databases
Infinil
29 Jul, 2023, 15:20

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.
Drake
29 Jul, 2023, 15:57

Not with the SDK because the SDK does not have any async capabilities.

Also, the function doesn't either because it uses flask

Drake
29 Jul, 2023, 15:59

Next version might support some asyncio...

Infinil
29 Jul, 2023, 16:18

ah i see 🥲

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more