We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a085b8b + a2ff271 commit 94dd4b8Copy full SHA for 94dd4b8
src/main/java/org/umc/travlocksserver/infra/scheduler/TemplateTagScheduler.java
@@ -30,7 +30,7 @@ public class TemplateTagScheduler {
30
private final TemplateRepository templateRepository;
31
private final TemplateTagCommandService templateTagCommandService;
32
33
- @Scheduled(cron = "${tag.cron}", zone = "${global.timezone}")
+// @Scheduled(cron = "${tag.cron}", zone = "${global.timezone}")
34
public void run() {
35
LocalDateTime now = LocalDateTime.now(ZoneId.of(zoneId));
36
LocalDateTime to = now.minusMinutes(graceMinutes);
0 commit comments