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

Fix/#169: 간헐적으로 서버에 발생하는 문제 해결 #171

Merged
merged 2 commits into from
Jan 12, 2024
Merged

Conversation

pp449
Copy link
Member

@pp449 pp449 commented Jan 11, 2024

🤠 개요

해당 작업을 한 이유

슬랙 웹훅에서 에러 발생 시 다시 보내도록 수정

한 번씩 슬랙 웹훅 전송에 에러가 발생하는 로그를 확인했어요. 한 번씩 발생하는 네트워크 문제로 인해 발생하는거 같은데 우리가 필요한 정보를 못받을 수 있기에 정상적으로 전송될때까지 계속 호출하도록 했어요

웨일비 데이터를 DB에 저장 시 에러 핸들링 추가

2024/01/09 서버가 꺼진 문제가 발생했어요. 문제를 확인해보니 웨일비 데이터를 DB에 저장할 때 Unqiue 로 설정된 컬럼에 동일한 값이 저장되다가 에러가 발생된거였어요. 웨일비 데이터를 DB에 저장할 때 에러핸들링이 안되어 있어서 서버가 꺼져있었어요

💫 설명

📷 스크린샷 (Optional)

@pp449 pp449 added the 🛠 fix label Jan 11, 2024
@pp449 pp449 self-assigned this Jan 11, 2024
Copy link
Collaborator

@hwinkr hwinkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM

@pp449 pp449 merged commit 539f08e into dev Jan 12, 2024
1 check passed
@pp449 pp449 deleted the fix/#169 branch January 12, 2024 02:32
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 this pull request may close these issues.

Fix: 간헐적으로 서버에 발생하는 문제
2 participants