Skip to content

Commit

Permalink
Merge pull request #12 from kusitms-28th-Meetup-E/feat/batch
Browse files Browse the repository at this point in the history
feat(#1) : cron time 변경
  • Loading branch information
eojinny authored Nov 14, 2023
2 parents 21c95be + 51efcf9 commit 4a31ba4
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 4a31ba4

Please sign in to comment.