Skip to content

Commit

Permalink
disabled Scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
eziztm committed Sep 14, 2023
1 parent aed9241 commit 6bb9841
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

@Slf4j
@Configuration
@EnableScheduling
@EnableSchedulerLock(defaultLockAtMostFor = "PT10M", defaultLockAtLeastFor = "PT59s")
//@EnableScheduling
//@EnableSchedulerLock(defaultLockAtMostFor = "PT10M", defaultLockAtLeastFor = "PT59s")
public class SchedulerConfig implements SchedulingConfigurer {

@Override
Expand Down

0 comments on commit 6bb9841

Please sign in to comment.