Skip to content
Project
Core modelOperationalEnvironment scoped

Execution

All capabilities

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.

ResourceKindStateConfiguration
battles/room-42Work queueActiveOne call running, two queued
wallet/player-9001TransactionWatchingHolding a nested inventory reservation
inventory/sku-991Work queueReadyNothing queued

Telemetry

Queue depth3Across active instances
Commit p9542 msIn the selected environment
Rollback rate0.07%Handler failures, as expected

Recent activity

  1. Transaction committedCompleted, 1 minute agoThe wallet and inventory writes closed under one call tree.
  2. Handler rollback observedObserved, 13 minutes agoA validation error left state and events untouched.