【spring】@Async线程默认配置

2021-02-09 04:25

阅读:563

标签:异步   https   val   block   auto   int   保留   adp   配置   

 

@Async异步方法默认使用Spring创建ThreadPoolTaskExecutor

配置类是TaskExecutionProperties【org.springframework.boot.autoconfigure.task.TaskExecutionProperties】

技术图片

技术图片

技术图片

 

默认核心线程数:8

最大线程数:Integet.MAX_VALUE

队列使用LinkedBlockingQueue,容量是:Integet.MAX_VALUE

空闲线程保留时间:60s

线程池拒绝策略:AbortPolicy

 

 

 

 

 

 

参考地址

SpringBoot项目中@Async方法没有执行的问题分析 : https://www.cnblogs.com/hepengju/p/12715034.html 

 

【spring】@Async线程默认配置

标签:异步   https   val   block   auto   int   保留   adp   配置   

原文地址:https://www.cnblogs.com/kiko2014551511/p/12754927.html


评论


亲,登录后才可以留言!