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: 이벤트 리스너가 로직을 비동기 처리하도록 변경한다. #126

Closed
hseong3243 opened this issue May 25, 2024 · 0 comments · Fixed by #127
Closed

Feat: 이벤트 리스너가 로직을 비동기 처리하도록 변경한다. #126

hseong3243 opened this issue May 25, 2024 · 0 comments · Fixed by #127
Assignees
Labels
Feat 새로운 기능을 개발합니다.

Comments

@hseong3243
Copy link
Owner

작업할 내용

  • 이벤트를 소비하는 로직이 비동기적으로 작동하도록 변경합니다.
  • 비동기적으로 작동하는 로직이 성공, 실패했는지 기록하기 위한 엔티티를 추가합니다.
    • 사용자가 사용할 수 있는 기능은 기록하지 않습니다. (회원 기본 링크 묶음 생성, 허브 기본 링크 묶음 생성)
    • 실패한 로직을 다시 호출하는 스케줄러를 추가합니다.
  • 작업 이유는 링크 생성 시 자동 태그 생성이 동기적으로 이루어져 긴 시간이 걸리기 때문에 이를 개선하기 위함입니다.
@hseong3243 hseong3243 added the Feat 새로운 기능을 개발합니다. label May 25, 2024
@hseong3243 hseong3243 self-assigned this May 25, 2024
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 a pull request may close this issue.

1 participant