Core modelOperationalEnvironment scoped
Instances
Every module key identifies one isolated store, one work queue, and one lifecycle.
Instances4Placed in the selected environment
Replica freshness9 / 129 of 12 copies current
Regions3Holding a copy of this environment
In flight2Runtime work running right now
What it guarantees
An instance is created on its first call, stays addressable by the same module and key forever, and gives its runtime memory back when it goes idle. State, execution, and placement are isolated from every other key.
- Address one durable copy by its module and a caller-chosen key
- Keep state, memory, and execution isolated per instance
- Release an idle instance and restore it on the next call
Configured resources
What this capability is holding up in the environment in scope right now.
| Resource | Kind | State | Configuration |
|---|---|---|---|
| battles/room-42 | Instance | Active | Active, home in Sydney |
| wallet/player-9001 | Instance | Active | Active, home in Ashburn |
| inventory/sku-188 | Instance | Watching | Recently restored, home in Amsterdam |
Telemetry
Known instances1,284In the selected environment
Active184Currently holding runtime state
Wake p95118 msRestore through the first handler
Recent activity
- Instance resumedCompleted, 7 minutes agoinventory/sku-188 rebuilt its state before the queued call ran.
- Instance went dormantObserved, 19 minutes agobattles/room-17 released its runtime after the idle window.