Skip to content

Commit

Permalink
Feat : DIG-165 테스트를 위한 스케쥴링 시간 수정
Browse files Browse the repository at this point in the history
- 서버테스트를 위해 10초마다 웹 알림 설정
  • Loading branch information
YEJINGO authored and Dongjin113 committed Nov 24, 2023
1 parent ad7de3b commit 3dfe9d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ScheduledService {
/**
* 7시 30분에 알림 메세지 보내기
*/
@Scheduled(cron = "0 0 15 * * *")
@Scheduled(cron = "*/10 * * * * *")
public void scheduledSend() throws ExecutionException, InterruptedException {

List<FcmToken> fcmTokens = fcmTokenRepository.findAll();
Expand Down

0 comments on commit 3dfe9d0

Please sign in to comment.