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
- 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 ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...