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

Commit 08bac41

Browse files
author
Pradithya Aria
committed
Increase trimmedErrMessageLen
1 parent 1026231 commit 08bac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/repositories/transformers/execution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"k8s.io/apimachinery/pkg/util/sets"
2323
)
2424

25-
const trimmedErrMessageLen = 100
25+
const trimmedErrMessageLen = 10240
2626

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

0 commit comments

Comments
 (0)