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

Commit

Permalink
Increase trimmedErrMessageLen
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradithya Aria committed May 4, 2023
1 parent 1026231 commit 08bac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repositories/transformers/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"k8s.io/apimachinery/pkg/util/sets"
)

const trimmedErrMessageLen = 100
const trimmedErrMessageLen = 10240

var clusterReassignablePhases = sets.NewString(core.WorkflowExecution_UNDEFINED.String(), core.WorkflowExecution_QUEUED.String())

Expand Down

0 comments on commit 08bac41

Please sign in to comment.