fix(deploy): health check + PressureCollector 중복 방지 #44

병합
claude-bot hotfix/deploy-healthcheck 에서 main 로 1 commits 를 머지했습니다 2026-03-18 08:25:52 +09:00

1 커밋

작성자 SHA1 메시지 날짜
67fc341fc8 fix(deploy): health check 401 대응 + PressureCollector 중복 방지
- deploy.yml: health check에서 HTTP 401/403도 정상 기동으로 판정 (인증 필요 엔드포인트)
- health check timeout 30초 → 60초
- PressureCollector: save 전 existsByStationAndReadingTime으로 중복 확인
  (JPA unique constraint 예외 → Hibernate 세션 오염 방지)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 08:25:33 +09:00