Skip to content

Commit

Permalink
♻️ : 스케줄러 시간 조정 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Nov 23, 2023
1 parent a518d80 commit 79db3f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public String getAuthToken() {
return portOneResponse.getResponse().getAccess_token();
}

@Scheduled(fixedRate = 1800000) // 30분마다 실행
@Scheduled(fixedRate = 1750000) // 30분마다 실행
public void refreshAuthToken() {
String refreshToken = getTokens();
log.info("refresh token {} ", refreshToken);
Expand Down

0 comments on commit 79db3f8

Please sign in to comment.