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/#315 unsubscribe, subscribe에 queue 적용 #337

Merged
merged 19 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🐛 fix: livedata service 수정
swkim12345 committed Dec 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit acc1117f28f91228f16698d1b6f36a01a6810de5
2 changes: 1 addition & 1 deletion packages/backend/src/scraper/openapi/liveData.service.ts
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ export class LiveData {
stockId,
);
if (stockLiveData) {
this.openapiLiveData.saveLiveData(stockLiveData);
await this.openapiLiveData.saveLiveData(stockLiveData);
}
} catch (error) {
this.logger.warn(`Subscribe error in open api : ${error}`);