Skip to content

Commit

Permalink
fix: dau 스케줄러 시간 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minsu20 committed Jan 5, 2024
1 parent 66217ff commit 776cb09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DAUScheduleUseCase {
/*
DAU 정보 : 일일 모임 생성 수, 일일 신규 가입자 수, 일일 반복 미션 생성 수, 일일 한번 미션 생성 수
*/
@Scheduled(cron = "0 59 23 * * *")
@Scheduled(cron = "0 55 23 * * *")
public void DailyTeamCreationInfoAlarm() {
Map<String, Long> todayStats = new LinkedHashMap<>();
Map<String, Long> yesterdayStats = new LinkedHashMap<>();
Expand Down

0 comments on commit 776cb09

Please sign in to comment.