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

[feat] aurora db 세팅 #121

Merged
merged 4 commits into from
Oct 29, 2024
Merged

[feat] aurora db 세팅 #121

merged 4 commits into from
Oct 29, 2024

Conversation

rootTiket
Copy link
Contributor

1. 무슨 이유로 코드를 변경했나요?


Aurora DB를 세팅하기 위함입니다.

2. 어떤 위험이나 장애를 발견했나요?


  1. 적절한 스레드 풀과 연결시간을 설정해야합니다.
  2. 현재 local에서는 세팅 테스트가 어렵습니다.

3. 관련 스크린샷을 첨부해주세요.


4. 완료 사항

이슈 번호

close #120


5. 추가 사항

Copy link
Member

@jwnnoh jwnnoh left a comment

Choose a reason for hiding this comment

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

터널링으로 인해 현재 로컬에서 테스트가 어려우니, 일단 Push 이후 연결 상태 확인해보는 것이 좋을 것 같습니다.
고생하셨어요

protected Object determineCurrentLookupKey() {
return TransactionSynchronizationManager.isCurrentTransactionReadOnly() ? "slave" : "master";
}
}
Copy link
Member

Choose a reason for hiding this comment

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

EOF 추가 부탁드립니다!

Comment on lines +9 to +10
maximum-pool-size: 10
connection-timeout: 5000
Copy link
Member

Choose a reason for hiding this comment

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

추후 운영 서버 스펙에 맞추어 해당 값들을 변경해주어야 할 것 같습니다!

@rootTiket rootTiket merged commit 802e57a into develop Oct 29, 2024
@jwnnoh jwnnoh deleted the GTB-92 branch October 29, 2024 19:16
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.

GTB-92 [chore] 운영 배포환경 설정
2 participants