xxl-job HttpsURLConnection read time out

1szpjjfi  于 2022-04-21  发布在  Java
关注(0)|答案(3)|浏览(318)

怎么总是报错 read time out

以下是java下的配置

connection.setRequestMethod("POST");
connection.setDoOutput(true);
connection.setDoInput(true);
connection.setUseCaches(false);
connection.setReadTimeout(timeout * 20000);
connection.setConnectTimeout(3 * 1000);

jdgnovmf

jdgnovmf1#

上面的错,有几率会导致调度中心的执行器的地址为空,从而导致定时执行失败

x0fgdtte

x0fgdtte3#

我也遇到了,有解决方案吗

相关问题