-
Notifications
You must be signed in to change notification settings - Fork 1
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/#173] 디스코드 훅 비동기 처리 풀 설정 #189
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
config
설정 파일과 관련된 내용을 다룰 때 사용됩니다
feature
새로운 기능을 만들 때 사용됩니다
labels
Jul 11, 2024
hun-ca
approved these changes
Jul 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다
Comment on lines
+10
to
+15
thread-pool: | ||
core-pool-size: 5 | ||
max-pool-size: 15 | ||
queue-capacity: 30 | ||
wait-for-tasks-to-complete-on-shutdown: true | ||
await-termination-seconds: 60 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굳굳 좋습니다. 혹시 몰라서 설정 정보 메모용으로 남겨둘께요
- core-pool-size: 풀 최소 사이즈
- max-pool-size: 풀 최대 사이즈
- queue-capacity: 모두 사용중일 때 기다리게 할 개수
- wait-for-tasks-to-complete-on-shutdown: 애플리케이션 셧다운 시 graceful 지원여부
- await-termination-seconds: 애플리케이숀 셧다운 시 최대 기다릴 시간(초)
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.
🎫 연관 이슈
resolved: #173
💁♂️ PR 내용
🙏 작업
thread pool 설정
🙈 PR 참고 사항
📸 스크린샷
🤖 테스트 체크리스트