Skip to content

Commit 4f089ca

Browse files
committed
#104 Fix: 스케줄러 시간 변경
1 parent 999067d commit 4f089ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/memesphere/domain/chartdata/scheduler/ChartDataScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class ChartDataScheduler {
2727
private final BinanceQueryService binanceQueryService;
2828
private final MemeCoinQueryService memeCoinQueryService;
2929

30-
@Scheduled(cron = "0 0/1 * * * ?") // 0, 10, 20, 30, 40, 50분에 실행
30+
@Scheduled(cron = "0 0/10 * * * ?") // 0, 10, 20, 30, 40, 50분에 실행
3131
@Transactional
3232
public void updateChartData() {
3333

0 commit comments

Comments
 (0)