Skip to content

Commit

Permalink
tmp update to strip timeouts and retries for ArrayNode
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw committed Dec 4, 2024
1 parent 7f00d11 commit 3aa283d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flytepropeller/pkg/compiler/transformers/k8s/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ func buildNodeSpec(n *core.Node, tasks []*core.CompiledTask, errs errors.Compile
case *core.ArrayNode_MinSuccessRatio:
nodeSpec.ArrayNode.MinSuccessRatio = &successCriteria.MinSuccessRatio
}

// TODO @hamersaw - tmp
nodeSpec.ActiveDeadline = nil
nodeSpec.ExecutionDeadline = nil
nodeSpec.RetryStrategy = nil
default:
if n.GetId() == v1alpha1.StartNodeID {
nodeSpec.Kind = v1alpha1.NodeKindStart
Expand Down

0 comments on commit 3aa283d

Please sign in to comment.