Skip to content

Commit 09c6505

Browse files
author
胡贵
committed
README.md
1 parent e892b05 commit 09c6505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ LTS 轻量级分布式任务调度框架(Light Task Schedule)
8585
public void run(Job job) throws Throwable {
8686
System.out.println("我要执行"+ job);
8787
System.out.println(job.getParam("shopId"));
88+
// TODO 用户自己的业务逻辑
8889
try {
8990
Thread.sleep(5*1000L);
9091
} catch (InterruptedException e) {

0 commit comments

Comments
 (0)