Skip to content

Commit

Permalink
hotfix: add log for time mismatch troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
chock-cho committed Feb 7, 2025
1 parent e6b146f commit 8f9dd9a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ class ExperimentPostCustomRepositoryImpl (

val currentTime = LocalDateTime.now()

logger.info("🕒 [쿼리 범위] lastProcessedTime: {}, currentTime: {}", lastProcessedTime, currentTime)

// 1️⃣ **오늘 생성된 실험 공고 조회**
val todayPosts = jpaQueryFactory.selectFrom(experimentPost)
.join(experimentPost.targetGroup, targetGroup).fetchJoin()
Expand Down

0 comments on commit 8f9dd9a

Please sign in to comment.