Skip to content

Commit

Permalink
Merge pull request #195 from TRIP-Side-Project/dev
Browse files Browse the repository at this point in the history
Update SchedulerRunner
  • Loading branch information
gkfktkrh153 authored Jan 4, 2024
2 parents 9134f46 + aa2d216 commit 426d172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class SchedulerRunner {
* 5분에 한번씩 api를 요청하여 데이터 갱신(중단조건에 걸릴때까지 50개씩 반복요청)
* 데이터가 중복됐을 때(이미 존재하는 데이터)를 중단조건
*/
@Scheduled(initialDelay = "600000", fixedDelay = 600000)
@Scheduled(initialDelay = 600000, fixedDelay = 600000)
public void updateData()
{

Expand Down

0 comments on commit 426d172

Please sign in to comment.