Skip to content

Commit

Permalink
Merge pull request #122 from kookmin-sw/backend/feat/#107
Browse files Browse the repository at this point in the history
Backend/feat/#107
  • Loading branch information
J-Yong99 authored Apr 30, 2024
2 parents 3ad5aa4 + 43013b7 commit 9e786c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public SchedulerResponseDTO.AIModelRunResponseDTO getIncompleteCardViews() throw
log.info("sleep");
sleep(9000);
}
sleep(20000);
sleep(31000);
// 경과 시간 체크를 위한 시작 시간
long startTime = System.currentTimeMillis();
List<CardView> cards = cardViewRepository.findAllByRecordFileStatusIn(List.of("WAIT", "FAIL"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ eureka:

logging:
level:
com.moment.scheduler: debug
com.moment.scheduler: debug

feign:
client:
config:
default:
connectTimeout: 500000
readTimeout: 500000

0 comments on commit 9e786c8

Please sign in to comment.