!2 【Fix 2.6.0】分区删除休眠1秒
* Merge branch 'dev_2.6.0' of gitee.com:byteblogs168/easy-retry-demo int… * fix 2.6.0: * feat 2.6.0:
This commit is contained in:
parent
7bbb08b110
commit
6a435b837e
@ -20,7 +20,6 @@ public class TestWorkflowAnnoJobExecutor {
|
||||
public ExecuteResult jobExecute(JobArgs jobArgs) throws InterruptedException {
|
||||
for (int i = 0; i < 30; i++) {
|
||||
EasyRetryLog.REMOTE.info("任务执行开始. [{}]", i + "" + JsonUtil.toJsonString(jobArgs));
|
||||
Thread.sleep(1000);
|
||||
}
|
||||
FailOrderPo failOrderPo = new FailOrderPo();
|
||||
failOrderPo.setOrderId("xiaowoniu");
|
||||
|
Loading…
Reference in New Issue
Block a user