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
- Websocket error Realtime
Hi peeps, I am trying to create realtime updates and I am having websocket error Code is below this msg
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...
- Sub-minute server-side execution for rea...
Hey — I'm building a real-time auction app on Appwrite Cloud and running into a timing limitation I'd please love some clarity on. My use case: when a bidding ...