Files
codex-mmo/evals/access-efficient/fixture/DISTRIBUTED_CONSTRAINTS.md
T

5 lines
366 B
Markdown
Raw Normal View History

2026-08-24 08:11:59 -07:00
# Cross-replica payment constraints
Requests have globally unique idempotency keys; six stateless replicas can receive retries; SQL supports unique constraints and transactions; the external payment cannot join the SQL transaction; the design must recover from crashes between durable state and the side effect. Replica-local memory is neither shared nor durable.