Skip to content

Commit

Permalink
fix: Remove overriding executionDeadline with maxDurationDeadline. Fixes
Browse files Browse the repository at this point in the history
 argoproj#13044

Signed-off-by: leesungbin <lee@sungbin.dev>
  • Loading branch information
leesungbin committed May 14, 2024
1 parent 236e110 commit 6f602f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions workflow/controller/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,6 @@ func (woc *wfOperationCtx) processNodeRetries(node *wfv1.NodeStatus, retryStrate
return woc.markNodePhase(node.Name, node.Phase, retryMessage), false, nil
}

woc.log.WithField("node", node.Name).Infof("node has maxDuration set, setting executionDeadline to: %s", humanize.Timestamp(maxDurationDeadline))
opts.executionDeadline = maxDurationDeadline

node = woc.markNodePhase(node.Name, node.Phase, "")
}

Expand Down

0 comments on commit 6f602f7

Please sign in to comment.