Skip to content

Commit 70e2dfc

Browse files
committed
fix: 스케줄러 시간 수정
1 parent c633659 commit 70e2dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/opendata/domain/tourspot/service/TourSpotService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public PageResponse<List<TourSpotMetaResponse>> combineTourSpotMeta(Pageable pag
103103

104104

105105

106-
@Scheduled(cron = "0 0/30 * * * *", zone = "Asia/Seoul")
106+
@Scheduled(cron = "0 0/10 * * * *", zone = "Asia/Seoul")
107107
@Transactional
108108
public void fetchAllAreaAndSave() {
109109
List<String> areaNames = new AreaApi.AreaParam().getAreaInfos();

0 commit comments

Comments
 (0)