-
Notifications
You must be signed in to change notification settings - Fork 1
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
파트너 프로필 집계 배치 구현 #8
Conversation
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.
수고하셨습니다~
JobRestartException { | ||
public JobScheduler(JobLauncher jobLauncher, | ||
@Qualifier("postSummaryJob") Job postBookmarkJob, | ||
@Qualifier("partnerSummaryJob") Job partnerJobConfig) { |
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.
Job 2개 돌리려고 하니까 빈 등록할 때 충돌나서 저렇게 설정해주니까 되더라고요,,
for (String key : keys) { | ||
String partnerId = key.replace("partner:", ""); | ||
|
||
Object post = redisTemplate.opsForHash().get(key, "postCnt"); |
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.
opsforhash는 무슨 기능인가요?
📣 파트너 프로필 집계 배치 구현
📅 2024.06.26
🌵Branch
feature/partner-batch
→develop
📢 Description
💬Issue Number
close #7
🛠️Type
✔️PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
🔖Note
(참고사항을 적어주세요)