[Bug] Health check에서 Redis 상태가 not_configured로 표시 #156

Closed
opened 2026-02-11 01:48:43 +00:00 by seonkyu.kim · 0 comments
Owner

설명

POST /v1/out/health 응답에서 Redis 상태가 not_configured로 하드코딩되어 있음.
Redis는 정상 동작 중이나 health check에서 실제 연결 확인을 하지 않고 있음.

수정 내용

  • PublicController에 RedisConnection 주입
  • Redis PING 체크로 실제 연결 상태 반환
## 설명 `POST /v1/out/health` 응답에서 Redis 상태가 `not_configured`로 하드코딩되어 있음. Redis는 정상 동작 중이나 health check에서 실제 연결 확인을 하지 않고 있음. ## 수정 내용 - PublicController에 RedisConnection 주입 - Redis PING 체크로 실제 연결 상태 반환
seonkyu.kim added the
Priority
Medium
Status
Available
Type
Bug
labels 2026-02-11 01:49:00 +00:00
seonkyu.kim added this to the Phase 3-2: 통계 & Webhook & 배치 milestone 2026-02-11 01:49:06 +00:00
seonkyu.kim self-assigned this 2026-02-11 01:49:14 +00:00
seonkyu.kim added
Status
Done
and removed
Status
Available
labels 2026-02-11 02:23:16 +00:00
Sign in to join this conversation.
No description provided.