Skip to content

Commit 2875d31

Browse files
MTarek165brian-mulier-p
authored andcommitted
chore: update comment in ExecutionService
1 parent 468915d commit 2875d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/kestra/core/services/ExecutionService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public Execution retryWaitFor(Execution execution, String flowableTaskRunId) {
165165
.map(taskRun -> {
166166
if (taskRun.getId().equals(flowableTaskRunId)) {
167167
// Keep only CREATED/RESTARTED to avoid having large history
168-
// Keeping RESTARTED at history is useful for LoopUntil Task Restart case since we depend on it to check reached max duration
168+
// Keeping RESTARTED at history is useful for LoopUntil Task Restart/Replay case since we depend on it to check reached max duration
169169
return taskRun.resetAttempts().incrementIteration();
170170
}
171171

0 commit comments

Comments
 (0)