the console UI stops responding when there are hundreds of requests for the function executions.
- 0
- Self Hosted
Created a simple function with node runtime. It simply sleeps for 15 seconds, then responds. I spawned 1000 (thousand) simultaneous requests, and during the execution, I could not do anything on the console UI.
My machine is a 4core, 16GB ram instance.
Is this expected ? Is vertical scaling the only solution here?
The CPU usage did not cross 30% during this btw.
Let's see how it behaves in the upcoming release when they split up console and the actual backend so they are in their own container
Recommended threads
- 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 ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...