参见:https://blog.csdn.net/qq_32157851/article/details/84870403 httpclient请求未设置超时时间导致定时任务执行几次之后不在执行。定时任务失效
https://www.php.cn/java-article-416680.html 默认单线程的定时任务处理,定时任务过多导致后续不再继续执行
http://www.cppcns.com/ruanjian/java/272434.html
https://blog.csdn.net/weixin_38575051/article/details/90481722 web项目加载两次导致定时任务重复执行
https://www.coder4.com/archives/6023 解决spring boot中定时任务单线程执行的问题
https://blog.csdn.net/qq_42684504/article/details/105112367 重复继承SpringBootServletInitializer类造成定时任务执行多次