Skip to content

Commit

Permalink
feat(#1) : scheduled로 변경, Log
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny committed Nov 14, 2023
1 parent eaa09a6 commit 293b867
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public class MorphemeController {
private final NewsAPIService newsAPIService;
private final MorphemeService morphemeService;
//@GetMapping("/analysis/{msg}")

@Scheduled(fixedRate = 1000000000)
@Scheduled(cron = "0 30 4 * * TUE")
//@GetMapping("/test")
public String analysis() throws JsonProcessingException {
logger.debug("ASYNC Start");
Expand Down

0 comments on commit 293b867

Please sign in to comment.