docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -6,7 +6,7 @@ tags: [Programming, Resilience, ErrorHandling, TaskManagement]
|
||||
last_reinforced: 2026-04-20
|
||||
---
|
||||
|
||||
# [[Failable-Task-Handling]] (실패 가능 과업 처리)
|
||||
# [[Failable-Task-Handling|Failable-Task-Handling]] (실패 가능 과업 처리)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "실패는 사건이 아니라 시스템의 한 상태다." 네트워크 장애, 데드락 등으로 인해 실패할 수 있는 작업들을 회복 탄력적(Resilient)으로 처리하여 전체 시스템의 가용성을 유지하는 전략이다.
|
||||
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
|
||||
- 무분별한 재시도는 시스템의 '좀비 부하'를 유발한다. 실패의 유형을 '재시도 가능한(Transient)' 것과 '불가능한(Permanent)' 것으로 명확히 구분하는 로직이 핵심이며, 이를 위해 HTTP 상태 코드 등 표준 인터페이스를 적극 활용해야 한다.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Related: Reliability-Patterns , [[Event-Driven-Architecture]]
|
||||
- Related: Reliability-Patterns , [[Event-Driven-Architecture|Event-Driven-Architecture]]
|
||||
- Pattern: Saga-Pattern
|
||||
|
||||
Reference in New Issue
Block a user