Skip to content

Conversation

@simount3
Copy link
Collaborator

@simount3 simount3 commented Oct 13, 2025

제목(필수): [TYPE]: 제목 예) [FEAT]: 회원가입 기능 추가

제목 규칙 자세히 보기
  • 형식: [TYPE]: 제목
  • 제한: 50자 이내, 첫 글자 대문자, 명령문
  • TYPE: FEAT FIX REFACTOR COMMENT STYLE TEST CHORE INIT

무엇을 / 왜

  • 무엇(What): 게스트 세션 종료 시 자동 정리 기능 추가 및 Redis 기반 세션 조회 로직 개선
  • 왜(Why): 세션 만료 후에도 남아있는 게스트 및 관련 리소스를 안정적으로 정리하기 위함

어떻게(요약) — 3줄 이내

  • GuestSessionListener 추가 : SessionExpiredEvent / SessionDeletedEvent 시 게스트 및 리소스 삭제
  • GuestCleanupScheduler 개선 : 변경 전에는 전체 세션 조회, 변경 후에는 인덱스 키로 바로 세션 존재 확인
  • BaseLineService 접근제한자 public 변경, RedisConfig 제거 및 application.yml에 세션 설정 추가

영향 범위

  • API 변경
  • DB 마이그레이션
  • Breaking Change
  • 보안/권한 영향
  • 문서/가이드 업데이트 필요

체크리스트

  • 타입 라벨 부착 (FEAT/FIX/REFACTOR/COMMENT/STYLE/TEST/CHORE/INIT)
  • 로컬/CI 테스트 통과
  • 영향도 점검 완료
  • 주석/문서 반영(필요 시)

ToDo (선택)

  • 할 일 1
  • 할 일 2

스크린샷/증빙(선택)

이슈 연결 (자동)

Closes #121

Copy link
Collaborator

@shihan00321 shihan00321 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

Copy link
Collaborator

@johnbosco0414 johnbosco0414 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@simount3 simount3 merged commit d8f24c3 into main Oct 14, 2025
3 checks passed
@simount3 simount3 deleted the session branch October 14, 2025 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: 게스트 세션 만료 및 계정 자동 정리 기능 추가

4 participants