I have a Cloudfunction on my self hosted Appwrite instance (Version 1.4.13) The Problem is, that sometimes when I execute this function i get the following error:
An internal curl error has occurred within the executor! Error Msg: Operation timed out\nError Code: 500
I have this error approximatly on 1/10 calls to the function.
This is the error I get in the openruntimes-executor logs:
openruntimes-executor | [Error] Type: Exception openruntimes-executor | [Error] Message: An internal curl error has occurred within the executor! Error Msg: Operation timed out openruntimes-executor | [Error] File: /usr/local/app/http.php openruntimes-executor | [Error] Line: 1027
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...