Commit ab85e76a by huangfusuper

调整时间

parent 3c1337af
......@@ -69,7 +69,7 @@ public class ApiNodeServiceImpl implements ApiNodeService {
ValidationUtil.dataNotBank(runNode.getRunCmd(), "运行命令不允许为空!");
ValidationUtil.dataNotBank(runNode.getJobType(), "节点类型不允许为空!");
Long triggerTime = System.currentTimeMillis()+2000;
Long triggerTime = System.currentTimeMillis()+200;
JobTaskSchedule schedule = new JobTaskSchedule();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment