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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...