Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Martin <[email protected]>
  • Loading branch information
d80tb7 committed Aug 6, 2024
1 parent 7e7db62 commit 5f33f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/executor/service/pod_issue_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ func (p *IssueHandler) handleNonRetryableJobIssue(issue *issue) {
//
// If the pod becomes Running/Completed/Failed in the middle of being deleted - swap this issue to a nonRetryableIssue where it will be Failed
func (p *IssueHandler) handleRetryableJobIssue(issue *issue) {
log.Infof("Handling retryable issue for job %s run %s", issue.RunIssue.JobId, issue.RunIssue.RunId)
if issue.CurrentPodState != nil {
if issue.CurrentPodState.Status.Phase != v1.PodPending {
p.markIssuesResolved(issue.RunIssue)
Expand Down

0 comments on commit 5f33f31

Please sign in to comment.