anji-plus / captcha

行为验证码(滑动拼图、点选文字),前后端(java)交互,包含h5/Android/IOS/flutter/uni-app的源码和实现
https://captcha.anji-plus.com/
Apache License 2.0
1.4k stars 322 forks source link

CacheUtil 内清理缓存的线程,影响了优雅停机 #164

Open rjbj opened 1 year ago

rjbj commented 1 year ago

调用spring boot提供的shutdown接口后,观察线程池还有 thd-captcha-cache-clean 非守护线程未关闭,尝试寻找 CacheUtil 是否有提供该线程池实例的 shutdown 方法发现并没有提供,希望能统一提供关闭相关资源的方法,不要影响优雅停机

pollux611 commented 1 year ago

什么时候能修复该问题?