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

주문 배송 알림 메일 발송 #24

Open
3 tasks done
DongminL opened this issue Dec 3, 2024 · 0 comments · May be fixed by #56
Open
3 tasks done

주문 배송 알림 메일 발송 #24

DongminL opened this issue Dec 3, 2024 · 0 comments · May be fixed by #56
Assignees
Labels

Comments

@DongminL
Copy link
Collaborator

DongminL commented Dec 3, 2024

🌟 기능 설명

주문 배송 알림을 이메일로 발송하는 기능을 Spring Batch로 구현

📋 기능의 필요성

14시마다 주문을 모아서 처리해야 하는데, 주문이 많이 쌓여 있으면, 한 번에 처리하기에 서버의 부담이 많이 가기 때문입니다.

🎯 세부 기능

  • 주문 배송 알림 이메일 전송
  • Spring Batch로 청크 단위로 처리
  • Scheduler로 14시마다 배치가 동작되게 설정
@DongminL DongminL self-assigned this Dec 3, 2024
DongminL added a commit that referenced this issue Dec 4, 2024
… feature/#24-주문-배송-알림-메일-발송

# Conflicts:
#	src/main/java/com/example/shop/auth/repository/RefreshTokenRepository.java
@DongminL DongminL linked a pull request Dec 4, 2024 that will close this issue
7 tasks
@DongminL DongminL linked a pull request Dec 4, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant