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

[Feat] 1일마다 챌린지 기록 검사 배치 #152

Merged
merged 2 commits into from
Nov 26, 2022
Merged

Conversation

heoboseong7
Copy link
Collaborator

No description provided.

@heoboseong7 heoboseong7 marked this pull request as ready for review November 18, 2022 10:32
@Configuration
@RequiredArgsConstructor
@Slf4j
@ConditionalOnProperty(name ="job.name", havingValue = JOB_NAME)
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍


private final InsightDomainService insightDomainService;

private final int chunkSize = 10;
Copy link
Collaborator

Choose a reason for hiding this comment

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

chunkSize 기준을 어떻게 세우셨나요??

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

기준을 생각하고 설정하지 않았었어요.
찾아보니 100~1000건 정도가 일반적인거 같은데, 아담한 저희의 인스턴스를 위해 우선 100으로 하는건 어떨까요?

Copy link
Collaborator

Choose a reason for hiding this comment

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

좋은거같아요

@heoboseong7 heoboseong7 merged commit e796c17 into main Nov 26, 2022
@Youhoseong Youhoseong deleted the issue-#151 branch April 22, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants