-
Notifications
You must be signed in to change notification settings - Fork 0
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] : 내 Gallery 등록 기능 추가 #379
Conversation
}.recoverCatching { | ||
when(it is OptimisticLockingFailureException) { | ||
true -> listenBookmarked(targetId) | ||
false -> throw it | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 횟수 제한 없어도 되나?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
데이터 싱크 맞추려면 무조건 성공해야해서 횟수제한 안넣었어
jitter방식으로 몇초 대기하고 재실행하는 로직 넣어야할듯?
일단 비동기(클라이언트가계속대기할수도있으니까) + 랜덤대기로 구현하는방향으로 수정했어
Quality Gate passedIssues Measures |
어떤 기능을 개발했나요?
내 Gallery 등록 기능을 추가했습니다.
어떻게 해결했나요?
이슈 넘버
참고자료