Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
close #88
✨ 어떤 이유로 변경된 내용인지
스케줄링 작업에서 EntityManager를 이용해 수동으로 merge를 한 후, close 하는 부분이 없어 커넥션 풀에 누수가 발생한 것으로 예측됨
-> 일단 em.close() 를 추가해서 해결
application.yml에서는 hikari 옵션 추가
🙏 검토 혹은 리뷰어에게 남기고 싶은 말
아직 스케줄링으로 푸시알림이 제대로 구현되는지 테스트는 안 된 상태입니다 .. 추가적으로 해결하고 다시 이 부분 테스트 해볼게요 !