xuxueli / xxl-job

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
http://www.xuxueli.com/xxl-job/
GNU General Public License v3.0
27.63k stars 10.93k forks source link

Read timed out #3205

Open DevelopmentMan opened 1 year ago

DevelopmentMan commented 1 year ago

image http请求任务,因为这个api处理时间较长,所以接口响应很慢,导致请求超时,如何设置不限制超时时间?

DevelopmentMan commented 1 year ago

image image 能否把这些全部提取为外部入参的方式

JasonShow commented 1 year ago

xxl-job-core中,AdminBizClent、ExecutorBizClient类中默认的timeout是3秒(由于历史原因,自定义超时时间的代码没有合并),可以增加源码中该字段的这个值。XxlJobRemotingUtil.postBody() 可以看看这个方法的执行链路就知道怎么去更改。

wdqzdd commented 4 weeks ago

image 我设置的超时时间10小时,但是我的任务接口30分钟就执行好了。这里http执行器还在读取http请求,一直到10h超时。

我发现临街点,我的任务20分钟以内的日志就正常,超过20分钟的日志就不正常。