Skip to content

Commit

Permalink
[Fix] Fix timeout job (datavane#268) (datavane#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugezifang authored and winghv committed Nov 8, 2023
1 parent 05f79c5 commit b3a81d4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,6 @@ public void run(Timeout timeout) throws Exception {
return;
}

if (this.retryTimes != jobExecutionRequest.getRetryTimes()) {
logger.info("jobExecution {} is finished, do nothing...",jobExecutionId);
return;
}

logger.info("jobExecution {} is timeout, do something",jobExecutionId);
doKillCommand(jobExecutionId);
}
Expand Down

0 comments on commit b3a81d4

Please sign in to comment.