File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
java/io/crops/warmletter/global/schedule Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class DeliverySchedule {
3030 @ Qualifier ("deliveryTaskExecutor" )
3131 private final AsyncTaskExecutor taskExecutor ;
3232
33- @ Scheduled (cron = "0 */1 * * * *" , zone = "Asia/Seoul" )
33+ @ Scheduled (cron = "*/15 * * * * *" , zone = "Asia/Seoul" )
3434 public void processDeliveryCompletion () {
3535 String currentTime = LocalDateTime .now ().format (DateTimeFormatter .ofPattern ("yyyy-MM-dd HH:mm:ss" ));
3636 log .info ("--------- 배송 완료 처리 시작: {} ---------" , currentTime );
Original file line number Diff line number Diff line change @@ -80,13 +80,6 @@ google:
8080 api :
8181 key : ${GOOGLE_API_KEY}
8282 url : " https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent?key=${GOOGLE_API_KEY}"
83- # 초반에만 확인용으로 로그를 출력하고 추후 삭제 예정
84- logging :
85- level :
86- root : INFO
87- org.springframework.security : DEBUG
88- io.corps.warmletter : DEBUG
89- org.springframework.web : DEBUG
9083---
9184spring :
9285 config :
You can’t perform that action at this time.
0 commit comments