
Hey,
As discussed in the cloud channel, the function execution times are really fast, going from 50-250ms most of the time. However it seems that there is a 1:4 chance (estimate) that the function will go in a sort of.. "processing mode"? The time till response will instead of being.. 1 second, it's about 10+ seconds, destroying our UI and giving errors/annoying users because it takes so long to get a response back..

The discussion started here: https://discord.com/channels/564160730845151244/1102936099745177700/1285264914117820492

Please watch the video I posted there. It shows exactly what I mean.

@zlmr Since you have the same issue, gonna add you here for updates!
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
