pxt-arcade
pxt-arcade copied to clipboard
multiplayer: understand load requirements
To get visibility into the server capacity we need to support 5000 concurrent sessions, we need to know:
- How many game sessions can a single app service host?
- How much time does autoscale require to bring more capacity online?
- Can we rely on autoscale or do we need to manually/programmatically scale?