Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

주차장 스케줄러 트랜잭션 분리 #74

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

youngh0
Copy link
Contributor

@youngh0 youngh0 commented Apr 17, 2024

🤔세부 내용

  • 스케줄링 돌면서 외부 api 로 조회한 주차장 정보 갱신 시 하나의 커넥션으로 처리할 수 있게 트랜잭션 추가했습니다.
  • 트랜잭션 범위에서 외부 api 호출을 분리하기 위해 ParkingService 란 객체 추가했습니다. (네이밍은 마땅한게 생각이 안나네요)
    • Scheduler -> ParkingService

Copy link

Test Results

5 tests   5 ✅  1s ⏱️
2 suites  0 💤
2 files    0 ❌

Results for commit fe749dc.

@youngh0 youngh0 merged commit 396d181 into main Jun 4, 2024
3 checks passed
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.

1 participant