We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e892b05 commit 09c6505Copy full SHA for 09c6505
README.md
@@ -85,6 +85,7 @@ LTS 轻量级分布式任务调度框架(Light Task Schedule)
85
public void run(Job job) throws Throwable {
86
System.out.println("我要执行"+ job);
87
System.out.println(job.getParam("shopId"));
88
+ // TODO 用户自己的业务逻辑
89
try {
90
Thread.sleep(5*1000L);
91
} catch (InterruptedException e) {
0 commit comments