|
|
|
|
|
by blensor
1775 days ago
|
|
Lambda has currently a limit of 15 minutes as far as I can remember.
I was considering it for a very cost efficient way to scale our multiplayer backend in VRWorkout (dynamically spin up room servers as needed) since it all fits in a single python module. But with the 15 minute limit it's not an option. I would not even need data syncing since it talks to the main server and does not have state. But it would need to be reachable on a public IP |
|