Rank 1: Thread
Hey!
I have a self hosted appwrite instance and a flutter web app. It all works well, but when I have more traffic the flutter client often throws an Exception: "AppwriteException: null, XMLHttpRequest error. (0)."
It only happens if there are many active users (round about 300 realtime connections). Also the web socket connection failes some times then: "WebSocketChannelException: WebSocket connection failed."
The cpu usage while that time is still fine. It never gets above 80%. Im using a server with 2 intel VCPUS and 8GB RAM.