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
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...