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
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
