Open AO-StreetArt opened 6 years ago
when a new scene is created, if lat/long is not provided, we should geocode the ip to assign a lat/long
When one cluster is spread geographically, we may also want to route UDP traffic geographically. This would allow us to minimize network latency in the case of Blender Trainings, for example
Ensure that Scenes are assigned to the closest cluster, geographically, to minimize network latency.
This will involve storing geographic location in the SceneLocation object, and then finding the closest cluster for routing during scene creation.