-
Notifications
You must be signed in to change notification settings - Fork 7
[Release] Version 1.2.0 배포 #641
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
hwangdaesun
commented
Mar 25, 2025
- [BE/FEAT] 식사 등록 단위에 따른 식사 등록 및 분석 로직 개선 #640
- [BE/FEAT] Async 스레드 풀 사이즈 조절 및 예외 핸들링외 핸들링 및 ThreadPoolTaskExecutor 값 수정 #638
- [BE/REFACTOR] build.gradle 파일에서 사용하지 않는 의존성 제거 #636
[BE/FIX] schema.sql 수정
[BE/REFACTOR] build.gradle 파일에서 사용하지 않는 의존성 제거
비동기 수행 및 예외 핸들링을 Spring 측에서 하기 위해 SesAsyncClient에서 SesClient로 변경
- corePoolSize 5개로 수정 - maxPoolSize 15개로 수정 - CallerRunsPolicy로 수정 - 애플리케이션이 shutdown되도 task들 수행할 수 있게 변경
[BE/FEAT] Async 스레드 풀 사이즈 조절 및 예외 핸들링외 핸들링 및 ThreadPoolTaskExecutor 값 수정
- 기존에는 MeasureStrategy 인터페이스를 구현하여 관리하였으나 단위가 늘어날 수록 클래스의 개수가 늘어나고 관리가 어려운 문제 발생
[BE/FEAT] 식사 등록 단위에 따른 식사 등록 및 분석 로직 개선
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.