We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SqsProducer에서 sqs로 알림 발송 시에 실패하면 알림을 보내지 않는다. 하지만 BM이 아티클 구독이기 때문에 최대한 유저에게 알림을 발송하기 위한 처리를 수행해야한다고 생각한다. 때문에 알림 Producing 실패에 대한 처리를 수행한다.
The text was updated successfully, but these errors were encountered:
✨: feat SQS Message Produce 실패에 대한 처리 구현 #70
4a2bb29
PgmJun
Successfully merging a pull request may close this issue.
Description 📝
SqsProducer에서 sqs로 알림 발송 시에 실패하면 알림을 보내지 않는다.
하지만 BM이 아티클 구독이기 때문에 최대한 유저에게 알림을 발송하기 위한 처리를 수행해야한다고 생각한다.
때문에 알림 Producing 실패에 대한 처리를 수행한다.
To-Do ☑️
Reference 📚
The text was updated successfully, but these errors were encountered: