Core modelOperationalEnvironment scoped
Execution
One call at a time per instance, so every keyed store runs its work in order.
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
Calls queue at the instance boundary and run as one transaction. A thrown error rolls back local state, the nested instance calls under it, and the events bound to that transaction, together.
- Order calls without application locks or write conflicts
- Commit state changes and the events they emit as one transaction
- Carry a rollback through a nested cross-instance call tree
Configured resources
What this capability is holding up in the environment in scope right now.
| Resource | Kind | State | Configuration |
|---|---|---|---|
| battles/room-42 | Work queue | Active | One call running, two queued |
| wallet/player-9001 | Transaction | Watching | Holding a nested inventory reservation |
| inventory/sku-991 | Work queue | Ready | Nothing queued |
Telemetry
Queue depth3Across active instances
Commit p9542 msIn the selected environment
Rollback rate0.07%Handler failures, as expected
Recent activity
- Transaction committedCompleted, 1 minute agoThe wallet and inventory writes closed under one call tree.
- Handler rollback observedObserved, 13 minutes agoA validation error left state and events untouched.