Skip to content

feat(messaging): RabbitMQ DLX·DLQ + 컨슈머 재시도 정책 (US-28)#28

Merged
i3months merged 1 commit into
devfrom
feature/us-28
May 27, 2026
Merged

feat(messaging): RabbitMQ DLX·DLQ + 컨슈머 재시도 정책 (US-28)#28
i3months merged 1 commit into
devfrom
feature/us-28

Conversation

@csh1668

@csh1668 csh1668 commented May 23, 2026

Copy link
Copy Markdown
Contributor

기존에는 메시징 큐에 push했는데 AI 서버가 일시적인 장애로 그걸 처리못했을 경우 그냥 사라지는 문제가 있습니다.

이 PR에서는 그러한 문제들을 재시도 로직과 격리큐를 추가함으로써 해결합니다.

변경 사항

  • 네트워크 문제로 인해 AI 서버가 처리하지 못할 경우 최대 3번까지 지수백오프로 재시도합니다
  • 3번 다 실패하거나 형식 자체가 잘못된 망가진 메시지의 경우 격리큐(DLQ)로 따로 들어갑니다

@vercel

vercel Bot commented May 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
stackup Ready Ready Preview, Comment May 23, 2026 6:20am

@i3months

Copy link
Copy Markdown
Member

@csh1668 고생하셨습니다.

@i3months i3months merged commit abf4da9 into dev May 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants