mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
Update KnowStreaming Task模块简介.md
This commit is contained in:
@@ -178,7 +178,8 @@ public abstract class AbstractDispatchTask<E extends Comparable & EntifyIdInterf
|
||||
public TaskResult execute(JobContext jobContext) {
|
||||
try {
|
||||
|
||||
long triggerTimeUnitMs = System.currentTimeMillis();
|
||||
long triggerTimeUnitMs = System.currentTimeMillis();
|
||||
|
||||
// 获取所有的任务
|
||||
List<E> allTaskList = this.listAllTasks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user