c41e5063b7
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>
478 B
478 B
Integration Failure Injection v19
Canonical failure scenarios:
- 503 -> bounded Polly retry -> durable Hangfire retry -> success.
- 400 -> permanent failure -> no retry -> Operations Exception.
- duplicate inbox message -> receipt conflict -> side effect once.
- 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.