I have a cloud function that listened to the event of this collection, we can name the collection as A. Now I am going to update some document of Collection A. I am now experiencing a extremely slow to process the update the data. But when I am using my application it does not take as much time, as the video shows.
THe document still pending
Update: Cloud Function is not related on this issue
Hi, can you retry and let me know if the issue still exists?
alright
the issue still exist
still Pending
still pending
still pending
still pending
Ms, as you can see it tooks 24 minutes to update my document
I have this another collection it gives me fast response
I tested on Postman to update my data instead of using the console. I think the cloud console have bugs
Thanks for the screenshots and videos. Taking this to the team now
The issue has been figured
the issue is relates on relationship
I re create some relationship attribute into one way, because I overuse the two way
And mattej also said that
https://discord.com/channels/564160730845151244/1180049906354901053/1180085914584760390
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...