Skip to content

Commit

Permalink
fix cancelled task still executed (#5074)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh authored Feb 22, 2024
1 parent a3b6efd commit 0c186f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private void updateJobStatus(Job job) {
createPersistenceEngine().updateIfNeeded(jobRequest);
} catch (ErrorException e) {
entranceContext.getOrCreateLogManager().onLogUpdate(job, e.getMessage());
logger.error("update job status failed, reason: ", e);
throw e;
}
}

Expand Down

0 comments on commit 0c186f9

Please sign in to comment.