Skip to content

Commit

Permalink
Merge pull request #11 from kusitms-28th-Meetup-E/feat/batch
Browse files Browse the repository at this point in the history
feat(#1) : scheduled로 변경,  Log
  • Loading branch information
eojinny authored Nov 14, 2023
2 parents 35f3700 + 293b867 commit 21c95be
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 21c95be

Please sign in to comment.