Internal curl errors has occurred within the executor! Error Number: 110. Error Msg: Operation timed
- 0
- Flutter
- Functions
- Cloud
The function was to create some documents and update some documents. Some of them were created and some not. It will be difficult to track each and every request response.
P.S. When I tried executing the function again it worked fine.
It becomes very hard to manage in live if a request fails (partially) sometimes.
I would suggest concept of bulk functions and transaction should be there in future releases in appwrite if these sporadic issues need to be solved.
I faced a similar error today. The error happens when a particular code throws an error and its not handled properly. So it hangs until the function timeout thus the error.
To get around it, I would recommend to verbosely use try catch to handle any exceptions wherever possible to handle those edge cases (if possible)
i had just two statements...create document and update document in a for loop for bulk action (81 documents)
after checking now again...the only problem happened in updating documents i guess.Create documents all happened for me successfully.
Recommended threads
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...