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
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- keep getting cached data from db
I keep getting cached data from db queries. In my case I query data during build time for building a static nextjs app. sometimes (and very randomly) I get old ...
