Skip to content
Back

Internal curl errors has occurred within the executor! Error Number: 110. Error Msg: Operation timed

  • 0
  • Flutter
  • Functions
  • Cloud
Prateek Jain
28 May, 2024, 11:29

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.

TL;DR
Developers faced error 110 during bulk action of creating and updating documents in appwrite. Error occurs when code throws unhandled exception. Solution is to use try catch for proper error handling. Suggestion for future releases is to implement bulk functions and transactions for easier error management. Executing the function again worked fine.
Prateek Jain
28 May, 2024, 11:30

It becomes very hard to manage in live if a request fails (partially) sometimes.

Prateek Jain
28 May, 2024, 11:32

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.

Maniac_Fighter
28 May, 2024, 11:47

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)

Prateek Jain
28 May, 2024, 11:52

i had just two statements...create document and update document in a for loop for bulk action (81 documents)

Prateek Jain
28 May, 2024, 11:54

after checking now again...the only problem happened in updating documents i guess.Create documents all happened for me successfully.

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