docs: 업데이트된 문서 내용 반영 및 Redis 통합 설명 추가

This commit is contained in:
2026-01-05 16:20:20 +00:00
parent f4bc8e42f3
commit cf93c28aff
6 changed files with 21 additions and 19 deletions
+4 -3
View File
@@ -12,9 +12,10 @@ from the API server.
## Current Implementation Status
- The daemon loop handles scheduled runs plus in-process control queue commands
(run/pause/resume/shutdown). It does not drain API mutation requests between turns.
- `getStatus` is supported by API transports but not yet handled by the daemon loop.
- The daemon loop handles scheduled runs plus Redis-based control queue commands
(run/pause/resume/shutdown/getStatus).
- API mutation requests (troopJoin, vacation, etc.) are drained and handled by the daemon loop between turns.
- `getStatus` is fully supported and responds via Redis.
- API server currently writes reserved turns and messages directly to the DB.
## Responsibilities