
I'm having too many realtime connections even tho no one is using my app. in Appwrite cloud it goes up and down so quickly, not sure, how to remove/close all connections.
TL;DR
Problem: The developer is experiencing a high number of realtime connections in their Appwrite cloud, even when no one is using their app. They are unsure how to remove or close these connections.
Solution: It is recommended for the developer to follow these steps to remove or close all connections:
1. Check the server logs or developer dashboard to determine where the connections are coming from.
2. Review the code implementation to ensure that websocket or realtime connection code is properly closed after each use.
3. Look for any redundant or unused connections in the code and remove them.
4. Implement a mechanism to limit or control the number of concurrent connections, ifRecommended threads
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
