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] 루틴 달성 초기화 스케줄러 #72

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

thguss
Copy link
Member

@thguss thguss commented Jan 11, 2024

✨ Related Issue

📝 기능 구현 명세

매일 자정 달성한 루틴의 isAchieve 값이 false로 초기화됩니다.

🐥 추가적인 언급 사항

none

@thguss thguss added sohyeon 소현 작업 feat 기능 개발 labels Jan 11, 2024
@thguss thguss self-assigned this Jan 11, 2024
Copy link
Contributor

@Chan531 Chan531 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
Contributor

@csb9427 csb9427 left a comment

Choose a reason for hiding this comment

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

너무 잘봤습니다 근데 스케줄러는 보통 어떻게 체크하나요?

Comment on lines +18 to +21
@Scheduled(cron = "${softie.cron.init.routine}")
public void initMemberDailyRoutines() {
memberDailyRoutineService.initMemberDailyRoutines();
}
Copy link
Contributor

Choose a reason for hiding this comment

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

이게 스케줄러.. 제대로 배워갑니다.

Copy link
Member Author

Choose a reason for hiding this comment

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

@csb9427 체크는 cron 시간 설정을 초 단위로 잠시 수정하여 기능을 체크할 수 있어요!

@thguss thguss merged commit 6fd12df into develop Jan 11, 2024
1 check passed
@thguss thguss deleted the feature/#70-feat-routine-scheduler branch January 11, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 개발 sohyeon 소현 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 루틴 달성 초기화 스케줄러
3 participants