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

[Back] 모델 서빙 latency 해결 및 DB 의존성 분리 - fix/model-latency-db-dependency #10

Open
3 of 8 tasks
robert-min opened this issue Feb 26, 2024 · 0 comments
Labels
Backend Backend task(ex. 서버 개발)

Comments

@robert-min
Copy link
Contributor

robert-min commented Feb 26, 2024

📌 Description

image retrieval 시 서버에서 latency가 길어지는 문제 확인 및 해결하는 작업을 진행합니다. 또한 dependency injection을 활용하여 DB와 서버 간의 의존성을 분리합니다.


🎈 Goal

$\tiny{구체적인\ 산출물을\ 포함한\ 목표를\ 작성해주세요.}$

  • image retrieval latency 문제 해결
  • DB와 서버 간의 의존성 분리

✏️ Todo

$\tiny{목표\ 달성을\ 위해\ 해야할\ 일을\ 세부적으로\ 작성해주세요.}$

  • image retrieval latency
    • 문제 원인 확인
    • 서버 배포 재작업 tag = 0.0.1
  • dependency injection
    • account repository
    • admin repository
    • user repository
  • 서버 동작 확인
@robert-min robert-min added the Backend Backend task(ex. 서버 개발) label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Backend task(ex. 서버 개발)
Projects
None yet
Development

No branches or pull requests

1 participant