rev:现场测试优化

This commit is contained in:
2024-12-29 21:59:04 +08:00
parent 4135200271
commit b82f1cf6ea
22 changed files with 1440 additions and 370 deletions

View File

@@ -72,7 +72,7 @@ spring:
waitForTasksToCompleteOnShutdown: true # 参考spring线程池设计优雅关闭线程池默认true
awaitTerminationSeconds: 5 # 优雅关闭线程池时阻塞等待线程池中任务执行时间默认3单位s
preStartAllCoreThreads: false # 是否预热所有核心线程默认false
runTimeout: 5000 # 任务执行超时阈值单位ms默认0不统计
runTimeout: 10000 # 任务执行超时阈值单位ms默认0不统计
queueTimeout: 1000 # 任务在队列等待超时阈值单位ms默认0不统计
- threadPoolName: scheduled_pool # 线程池名称,必填
threadPoolAliasName: scheduled_thread # 线程池别名,可选