-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Currently containers get provisioned in arbitrary locations, which causes significant latency issues if eg. the container communicates with another service or database in a distant region, as mentioned here and here.
Ideally we have very explicit control of where the durable object and container get provisioned, but even having some degree of confidence in them being provisioned in a region near the requested one (basically what locationHint achieves for durable objects) would make sandboxes much more usable.
My understanding might be wrong, but if a locationHint field is exposed that is passed to the durable object, both the durable object and container will likely get provisioned in the vicinity of the requested location, but let me know if my understanding is wrong or if there are plans to control the placement through better mechanisms.