I have a question regarding the concurrent connections: can someone describe what is meant by 500 concurrent connections- is it 500 subscriptions to different endpoints or 500 users using the realtime api no matter how many endpoints they are subscribed to?
And how does the additional billing work? Is it that every time there’s more than 1000 additional connections we are charged, or it tracks the highest number of connections during the month and charges based on it?
Hey @Szh, first of all, during beta, we're currently not officially charging for this. Once we do, the count will be for the highest concurrent connections number in that billing cycle. Only if you exceed your plan limit you'll be charged with additional addons. If your budget cap doesn't not allow any additional addons, connections will start dropping until the billing cycle resets. Let me know if you have any more questions. I hope that helps.
That sums it up. Thank you
[SOLVED] concurrent connections
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- i am getting 404 not found in my current...
in my current appwrite i am getting 404 not found from backend side and in frontend getting error of CORS error as backend is not working
- How to create a custom authentication sy...
I’m looking to create an Appwrite function that first verifies a client using some custom logic, like providing a secret key. Once this verification is complete...