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 4a9df0c commit db49c23Copy full SHA for db49c23
docs/dev_guide/KnowStreaming Task模块简介.md
@@ -178,7 +178,8 @@ public abstract class AbstractDispatchTask<E extends Comparable & EntifyIdInterf
178
public TaskResult execute(JobContext jobContext) {
179
try {
180
181
- long triggerTimeUnitMs = System.currentTimeMillis();
+ long triggerTimeUnitMs = System.currentTimeMillis();
182
+
183
// 获取所有的任务
184
List<E> allTaskList = this.listAllTasks();
185
0 commit comments