提交 bdf9d40a 编写于 作者: 如梦技术's avatar 如梦技术 🐛

mica-http 去掉 spring retry 依赖。

上级 bcec8a69
......@@ -77,7 +77,7 @@ public final class SimpleRetry implements IRetry {
return retryCallback.call();
} catch (Throwable e) {
retryCount = i + 1;
log.warn("retry on {} times.", retryCount, e);
log.warn("retry on {} times error{}.", retryCount, e.getMessage());
lastThrowable = e;
if (sleepMillis > 0 && retryCount < maxAttempts) {
ThreadUtil.sleep(sleepMillis);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册