Skip to content

Commit 94dd4b8

Browse files
authored
Merge pull request #217 from Travlocks/refactor/#206-summary
[chore] #206 스케줄러 비활성화
2 parents a085b8b + a2ff271 commit 94dd4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/umc/travlocksserver/infra/scheduler/TemplateTagScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class TemplateTagScheduler {
3030
private final TemplateRepository templateRepository;
3131
private final TemplateTagCommandService templateTagCommandService;
3232

33-
@Scheduled(cron = "${tag.cron}", zone = "${global.timezone}")
33+
// @Scheduled(cron = "${tag.cron}", zone = "${global.timezone}")
3434
public void run() {
3535
LocalDateTime now = LocalDateTime.now(ZoneId.of(zoneId));
3636
LocalDateTime to = now.minusMinutes(graceMinutes);

0 commit comments

Comments
 (0)