Skip to content

Commit

Permalink
fix cancelled task still executed
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgllgh committed Jan 18, 2024
1 parent cdf80e1 commit 007989e
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 007989e

Please sign in to comment.