Skip to content

Commit

Permalink
Force updating the job status to KILLED when killing a job that has a…
Browse files Browse the repository at this point in the history
… connected agent but no response observer
  • Loading branch information
bhou committed Oct 21, 2023
1 parent e0a84db commit bd6c9e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ public void killJob(
);
} catch (final GenieInvalidStatusException e) {
log.error(
"Failed to force updating the status of Job {} to {} due to current status not being expected {}",
"Failed to force updating the status of Job {} to {} "
+ "due to current status not being expected {}",
jobId,
JobStatus.KILLED,
currentJobStatus
Expand Down

0 comments on commit bd6c9e5

Please sign in to comment.