We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab907f8 commit 016fd18Copy full SHA for 016fd18
back/src/main/java/com/back/global/scheduler/GuestCleanupScheduler.java
@@ -33,7 +33,7 @@ public class GuestCleanupScheduler {
33
private final RedisTemplate<String, Object> redisTemplate;
34
private final SessionRepository sessionRepository;
35
36
- @Scheduled(cron = "0 */10 * * * ?") // 매 10분마다 실행
+ @Scheduled(cron = "0 */30 * * * ?")
37
@Transactional
38
public void cleanupExpiredGuests() {
39
log.info("=== 게스트 정리 작업 시작 ===");
0 commit comments