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

[REFACTOR] 대기열 서버 모듈 분리 #297

Open
yudonggeun opened this issue Aug 24, 2024 · 0 comments
Open

[REFACTOR] 대기열 서버 모듈 분리 #297

yudonggeun opened this issue Aug 24, 2024 · 0 comments
Labels
REFACTOR 코드 개선

Comments

@yudonggeun
Copy link
Contributor

🔨 Describe

현재 구조에서는 하나의 서버에서 대기열 처리와 API 서버 등 모든 기능이 포함된 코드 베이스입니다.
때문에 이를 분리하기 위해서 모듈을 분리하는 작업이 필요해졌습니다.

  • API 서버 모듈
  • Redis Stream 대기열 요청 처리 서버 모듈
  • 공통 도메인 로직 모듈

다음과 같은 구조로 개선작업이 필요합니다.

🙋🏻 More

이 작업은 모든 기능이 완성된 이후에 한번에 실행이 되어야 합니다.

@yudonggeun yudonggeun added the REFACTOR 코드 개선 label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
REFACTOR 코드 개선
Projects
None yet
Development

No branches or pull requests

1 participant