警告信息
16:39:05.756 [QuartzScheduler_RuoyiScheduler-WINDOWS-RVNQP7E1632731356031_ClusterManager] WARN o.s.s.q.LocalDataSourceJobStore - [findFailedInstances,3411] - This scheduler instance (WINDOWS-RVNQP7E1632731356031) is still active but was recovered by another instance in the cluster. This may cause inconsistent behavior.
产生原因
使用Quartz时集群下的各机器时间不同步,在相同的数据库(集群)下,存在另外一个相同的应用(可能是测试或其他开发环境)已经在执行该定时任务,Quartz为保证数据一致性,后启动的定时任务不会执行。
解决方案
关掉另外一个地方的定时任务,重启当前应用。