Skip to content

Commit 016fd18

Browse files
committed
시간 변경
1 parent ab907f8 commit 016fd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back/src/main/java/com/back/global/scheduler/GuestCleanupScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class GuestCleanupScheduler {
3333
private final RedisTemplate<String, Object> redisTemplate;
3434
private final SessionRepository sessionRepository;
3535

36-
@Scheduled(cron = "0 */10 * * * ?") // 매 10분마다 실행
36+
@Scheduled(cron = "0 */30 * * * ?")
3737
@Transactional
3838
public void cleanupExpiredGuests() {
3939
log.info("=== 게스트 정리 작업 시작 ===");

0 commit comments

Comments
 (0)