Files
KArtSell.Aegis/docs/Design/kbx-foundation-v52-fe-operational-navigation-screen-anatomy/docs/integration-failure-injection-v19.md
T
kjh2064 c41e5063b7 chore: remove kbx-foundation-v36 reference (superseded by v4 implementation)
Removed entire kbx-foundation-v36 directory as it's been replaced by
the new KBX Foundation v4 patterns implemented in this session:
- Registry-driven screen definitions
- Density-aware UI adapter components
- Feature module templates (ShadowRun, Models)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-12 01:39:58 +09:00

478 B

Integration Failure Injection v19

Canonical failure scenarios:

  1. 503 -> bounded Polly retry -> durable Hangfire retry -> success.
  2. 400 -> permanent failure -> no retry -> Operations Exception.
  3. duplicate inbox message -> receipt conflict -> side effect once.
  4. manual retry double click -> same Idempotency-Key -> one scheduled delivery.

Host CI should additionally inject timeout, DNS/network failure, 429, circuit-open and database restart between durable attempts.