refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -10,13 +10,13 @@
## Elements and evidence
- **롤링 재시작** (process): 한 번에 한 파드씩 교체한다. Evidence: L270L274.
- **Infinispan sessions 캐시** (component): 파드와 함께 사라진다. Evidence: L270L278.
- **PostgreSQL 세션 행** (datastore): 재시작과 무관하다. Evidence: L270L278.
- **재시작 전 발급한 refresh token** (component): 여전히 통한다. Evidence: L270L278.
- **롤링 재시작** (process): 한 번에 한 파드씩 교체한다. Evidence: L612L614.
- **Infinispan sessions 캐시** (component): 파드와 함께 사라진다. Evidence: L612L618.
- **PostgreSQL 세션 행** (datastore): 재시작과 무관하다. Evidence: L612L618.
- **재시작 전 발급한 refresh token** (component): 여전히 통한다. Evidence: L612L618.
## Relationships
- **PostgreSQL 세션 행 → 재시작 전 발급한 refresh token:** 세션 조회. Evidence: L270L278.
- **롤링 재시작 → Infinispan sessions 캐시:** 캐시 초기화. Evidence: L270L278.
- **롤링 재시작 → PostgreSQL 세션 행:** 변경 없음. Evidence: L270L278.
- **PostgreSQL 세션 행 → 재시작 전 발급한 refresh token:** 세션 조회. Evidence: L612L618.
- **롤링 재시작 → Infinispan sessions 캐시:** 캐시 초기화. Evidence: L612L618.
- **롤링 재시작 → PostgreSQL 세션 행:** 변경 없음. Evidence: L612L618.