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] thread pool and retry backoff setting #96

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

ohksj77
Copy link
Member

@ohksj77 ohksj77 commented Oct 9, 2024

추가/수정한 기능 설명

  • STOMP 스레드풀 설정
  • RabbitMQ 스레드풀 설정
  • FCM Retry Backoff 설정

특이사항

  • FCM 재시도의 경우 FCM 공식 문서 기반 최소 간격 산정 및 부하 고려한 지수 백오프 적용

check list

  • 모든 단위 테스트를 돌려보고 기존에 작동하던 테스트에 영향이 없는 것을 확인했나요?
  • 추가/수정사항을 설명했나요?

@ohksj77 ohksj77 added the feat 기능 추가 label Oct 9, 2024
@ohksj77 ohksj77 self-assigned this Oct 9, 2024
@ohksj77
Copy link
Member Author

ohksj77 commented Oct 9, 2024

Test Coverage

There is no coverage information present for the Files changed

Total Project Coverage 53.6% 🍏

@ohksj77 ohksj77 merged commit bf07e52 into master Oct 9, 2024
1 check passed
@ohksj77 ohksj77 linked an issue Oct 9, 2024 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] STOMP 스레드 풀 size 및 FCM 재시도 간격 조정
1 participant