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

[BE] AsyncExecutor Bean 설정 #880

Open
pilyang opened this issue Dec 9, 2023 · 1 comment
Open

[BE] AsyncExecutor Bean 설정 #880

pilyang opened this issue Dec 9, 2023 · 1 comment

Comments

@pilyang
Copy link
Collaborator

pilyang commented Dec 9, 2023

구현기능

현 상황 : EnableAsync 어노테이션만 달아둔 상태

  • SimpleAsyncTaskExecutor를 통하여 실행
  • Async 사용하는 기능
    • ics 배포
    • TeamPlaceSse 발행

고민해볼 방향성

  1. 현 상황 유지
  2. 공통 AsyncExecutor 빈 생성 ( AsyncConfugurer 구현)
  3. 목적별 AsyncExecutor 빈 생성
  • 만약 필요하다면 SSE에서 필요할것으로 생각 -> 성능적인 이슈가 있는 부분
  • 기존 ics 배포는 성능이슈가 크게 생길 여지가 적고, 좀 느리게 수행된다고 해서 문제가 없을것으로 판단 -> 그래도 빈 생성이 필요할지 아니면 그냥 이친구는 SimplsAsyncExecutor를 사용할지 고민 필요

주의사항

@pilyang
Copy link
Collaborator Author

pilyang commented Dec 14, 2023

SSE성능테스트 방법 생각하기!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant