Skip to content

Commit

Permalink
✨ spring-boot-demo-task-quartz 后端完成
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Nov 26, 2018
1 parent e282661 commit 11b3457
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spring:
org.quartz.jobStore.misfireThreshold: 5000
org.quartz.jobStore.class: org.quartz.impl.jdbcjobstore.JobStoreTX
org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
# 在调度流程的第一步,也就是拉取待即将触发的triggers时,是上锁的状态,即不会同时存在多个线程拉取到相同的trigger的情况,也就避免的重复调度的危险。参考:https://segmentfault.com/a/1190000015492260
org.quartz.jobStore.acquireTriggersWithinLock: true
logging:
level:
com.xkcoding: debug
Expand Down

0 comments on commit 11b3457

Please sign in to comment.