Skip to content

Commit

Permalink
refactor: 테스트를 위한 schedule 시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seokhwan-an committed Sep 16, 2023
1 parent 101e464 commit 4ac87f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class CachedSongGenerator {

private final SongRepository songRepository;

@Scheduled(cron = "0 10 21 * * ?")
@Scheduled(cron = "0 17 21 * * ?")
public void recreateCachedSong() {
CachedSong.recreate(songRepository.findAllWithKillingParts());
}
Expand Down

0 comments on commit 4ac87f0

Please sign in to comment.