feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-FAILABLE
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [Programming, Resilience, ErrorHandling, TaskManagement]
last_reinforced: 2026-04-20
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 무분별한 재시도는 시스템의 '좀비 부하'를 유발한다. 실패의 유형을 '재시도 가능한(Transient)' 것과 '불가능한(Permanent)' 것으로 명확히 구분하는 로직이 핵심이며, 이를 위해 HTTP 상태 코드 등 표준 인터페이스를 적극 활용해야 한다.
## 🔗 지식 연결 (Graph)
- Related: [[Reliability-Patterns]] , [[Event-Driven-Architecture]]
- Pattern: [[Saga-Pattern]]
- Related: Reliability-Patterns , [[Event-Driven-Architecture]]
- Pattern: Saga-Pattern