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] SQS 메시지 Produce 실패 처리 구현 #70

Closed
2 tasks done
PgmJun opened this issue Sep 21, 2024 · 0 comments · Fixed by #71
Closed
2 tasks done

[FEAT] SQS 메시지 Produce 실패 처리 구현 #70

PgmJun opened this issue Sep 21, 2024 · 0 comments · Fixed by #71
Assignees
Labels
✨ feat 새 기능

Comments

@PgmJun
Copy link
Member

PgmJun commented Sep 21, 2024

Description 📝

SqsProducer에서 sqs로 알림 발송 시에 실패하면 알림을 보내지 않는다.
하지만 BM이 아티클 구독이기 때문에 최대한 유저에게 알림을 발송하기 위한 처리를 수행해야한다고 생각한다.
때문에 알림 Producing 실패에 대한 처리를 수행한다.

To-Do ☑️

  • sqs message produce 실패 시, retry
  • retry 실패 시, recover을 통해 slack알림 및 error level logging 수행

Reference 📚

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