WARN [org.springframework.scheduling.quartz.LocalDataSourceJobStore] - This scheduler instance (MS-20171127XQYH1514360106595) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior 出现的原因,是因为不同的服务器连接的同一个数据库,但是这个服务器机器的时间不同步,导致定时器执行不下去。
如果多个服务链接一个库,希望某一台机器执行任务,则把该台机器的时间设置的往前一些,举个例子,9:50 优先于 9:49的。
发表评论: