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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...