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

[BUG] IPO List 에서는 확인되지만 index를 통한상세조회시 404에러가 나오는 종목 (토마토시스템) #86

Open
3 of 5 tasks
chhs2131 opened this issue Mar 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@chhs2131
Copy link
Owner

chhs2131 commented Mar 22, 2023

목적

IPO List 에서는 확인되지만 index를 통한상세조회시 404에러가 나오는 종목 (토마토시스템)


상세내용

  • 토마토시스템 (index: 225) 에서 오류 발생

    • 데이터베이스상에 존재하는가?
      • image
    • 수행되는 쿼리를 직접 데이터베이스에 날려서 재현됨을 확인 -> 쿼리상으로는 문제 없습니다. 로직상에 문제 예상됨
    • 정상적으로 조회되는 항목과 내부 동작 비교
  • 문제 원인

    • IPO 정보가 정상적으로 존재하지만, 주간사 관련 정보가 등록되지 않아 상세조회시 에러를 출력하는 문제
    • 해결 방안 채택 필요
    • 예상 해결 방안
        1. 크롤러 개선을 통한 해결: 무조건 underwriter 값을 가져올 수 있게 수정한다.
        1. exception 발생시 default 값으로 셋팅하고 이를 client에 전달한다.
        1. 각 endpoint를 분리해서 제공하고 client에서 이를 조합하여 사용하고, 예외가 발생하는 부분만 정보 제공을 하지 않도록 한다.
  • 진행할 내용

    • 각 service 기능 별로 exception 제공

참고사항


image

@chhs2131 chhs2131 added the bug Something isn't working label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant