Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Check for TerminateExecution error and eat Precondition status #553

Merged
merged 4 commits into from
Apr 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu committed Apr 14, 2023
commit dc5764868d282e18087e1d6d4ad7a2f11fcd78ee
3 changes: 2 additions & 1 deletion pkg/controller/nodes/subworkflow/launchplan/admin.go
Original file line number Diff line number Diff line change
@@ -4,9 +4,10 @@ import (
"context"
"errors"
"fmt"
evtErr "github.com/flyteorg/flytepropeller/events/errors"
"time"

evtErr "github.com/flyteorg/flytepropeller/events/errors"

"github.com/flyteorg/flytestdlib/cache"
"golang.org/x/time/rate"
"k8s.io/client-go/util/workqueue"