REQ-2481: 更新日志
This commit is contained in:
parent
a52bb483ec
commit
ed71030176
@ -146,7 +146,7 @@ public class SendExecutor<T> implements Supplier<ExecResult> {
|
||||
try {
|
||||
runnable.run();
|
||||
} catch (Exception e) {
|
||||
sendManager.queue().log("执行任务异常, 终止执行", e);
|
||||
sendManager.queue().log("执行任务异常", e);
|
||||
}
|
||||
};
|
||||
CompletableFuture<Void> future = CompletableFuture.runAsync(errorFree, threadPool);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user