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
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...