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

Feature/#358 - 요청 큐 횟수 제한 #359

Merged
merged 13 commits into from
Dec 4, 2024
Merged

Feature/#358 - 요청 큐 횟수 제한 #359

merged 13 commits into from
Dec 4, 2024

Conversation

xjfcnfw3
Copy link
Collaborator

@xjfcnfw3 xjfcnfw3 commented Dec 4, 2024

close #358

✅ 작업 내용

  • 큐 요청 횟수 제한
  • 주, 월, 년 누락된 차트 데이터가 갱신되지 않는 문제 해결
  • 누락된 차트 수집 허용 시간 추가

😎 체크 사항

  • label 설정 확인
  • 브랜치 방향 확인

@xjfcnfw3 xjfcnfw3 added 🐞 bugfix Something isn't working ✨feature 기능 개발 BE labels Dec 4, 2024
@xjfcnfw3 xjfcnfw3 requested a review from a team December 4, 2024 07:19
Comment on lines +104 to +107
if (node.count === undefined || node.count! <= 0) {
this.logger.error(error);
return;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

안정성이 높아지겠네요!

# Conflicts:
#	packages/backend/src/scraper/openapi/api/openapiPeriodData.api.ts
#	packages/backend/src/stock/stock.controller.ts
#	packages/backend/src/stock/stockData.service.ts
Comment on lines +70 to +76
setTimeout(
async () =>
resolve(
await this.getChartData(entity, stockId, lastStartTime),
),
2000,
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

콜백이 많은 거 같아요! 여기 부분은 커링을 이용해서 다른 함수로 분리가 가능할 거 같아요!

Copy link
Collaborator

@swkim12345 swkim12345 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

Copy link
Collaborator

@baegyeong baegyeong left a comment

Choose a reason for hiding this comment

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

LGTM!

@xjfcnfw3 xjfcnfw3 merged commit 5370d41 into dev-be Dec 4, 2024
@swkim12345 swkim12345 deleted the feature/#358 branch December 5, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE ✨feature 기능 개발 🐞 bugfix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants