Skip to content

Allow passing location hint as a property for better co-location #435

@sradevski

Description

@sradevski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions