An internal curl error has occurred within the executor! Error Number: 99.
- 0
- Self Hosted
- Functions
Did a function stresstest and sometimes I do receive this error. I was just using the dart starter function so nothing special. And also it always drops after around 15sec and the server can only handle around 150 functions per second consistently.
Selfhosted, Appwrite 1.5.7 Stresstest: oha with 100 concurrent Connections
how are you running the function? it's sync or async?
It's sync.
Logs from openruntime executor.
Only difference in the docker-compose file is that I removed mariadb because I am hosting it on my other server
@Meldiron do you know what could be happening here?
How it looks like over time:
Recommended threads
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...