Skip to content

Commit

Permalink
back to async
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Jul 1, 2024
1 parent 52f0ddb commit 8947e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ public Optional<Long> getEvaluationOffset(TaskModel taskModel, long defaultOffse
}

public boolean isAsync() {
return false;
return true;
}
}

0 comments on commit 8947e67

Please sign in to comment.