Skip to content

Commit

Permalink
[CHORE] dev 푸시알림 중단
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Sep 26, 2023
1 parent 58a33a4 commit a0bdfab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ScheduleController {
private final DiaryService diaryService;
private final ValueConfig valueConfig;

@Scheduled(cron = "0 0/30 * * * *")
// @Scheduled(cron = "0 0/30 * * * *")
public void pushMessage() throws InterruptedException {
Thread.sleep(1000);
messageService.pushMessageForTrainingTime(LocalDateTime.now(), valueConfig.getMESSAGE_TITLE(), valueConfig.getMESSAGE_BODY());
Expand Down

0 comments on commit a0bdfab

Please sign in to comment.