Quartz提示:
This scheduler instance is still active but was recovered by another instanc

处理办法,找到quartz.properties文件里面的org.quartz.jobStore.isClustered设置为false,如果么欸有则添加

#是否加入集群
org.quartz.jobStore.isClustered=false

 

This scheduler instance is still active but was recovered by another instanc解决办法

相关文章:

  • 2022-12-23
  • 2021-12-15
  • 2021-10-23
  • 2021-09-03
  • 2022-01-04
  • 2021-04-09
  • 2021-05-30
  • 2022-12-23
猜你喜欢
  • 2021-12-28
  • 2021-12-06
  • 2022-02-15
  • 2022-12-23
  • 2023-01-03
  • 2022-03-06
  • 2022-12-23
相关资源
相似解决方案