Skip to content

Commit

Permalink
feat(#1) : cron time 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny committed Nov 14, 2023
1 parent 293b867 commit 51efcf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class MorphemeController {
private final NewsAPIService newsAPIService;
private final MorphemeService morphemeService;
//@GetMapping("/analysis/{msg}")
@Scheduled(cron = "0 30 4 * * TUE")
@Scheduled(fixedRate = 24 * 60 * 60 * 1000)
//@GetMapping("/test")
public String analysis() throws JsonProcessingException {
logger.debug("ASYNC Start");
Expand Down

0 comments on commit 51efcf9

Please sign in to comment.