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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...