-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
if (node.count === undefined || node.count! <= 0) { | ||
this.logger.error(error); | ||
return; | ||
} |
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.
안정성이 높아지겠네요!
# Conflicts: # packages/backend/src/scraper/openapi/api/openapiPeriodData.api.ts # packages/backend/src/stock/stock.controller.ts # packages/backend/src/stock/stockData.service.ts
setTimeout( | ||
async () => | ||
resolve( | ||
await this.getChartData(entity, stockId, lastStartTime), | ||
), | ||
2000, | ||
); |
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.
수고하셨습니다!
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.
LGTM!
close #358
✅ 작업 내용
😎 체크 사항