Skip to content

Commit 4a434e6

Browse files
authored
Remove unused config value (#6688)
1 parent 74d9e86 commit 4a434e6

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

flytepropeller/pkg/controller/config/config.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,8 @@ type NodeConfig struct {
287287

288288
// DefaultDeadlines contains default values for timeouts
289289
type DefaultDeadlines struct {
290-
DefaultNodeExecutionDeadline config.Duration `json:"node-execution-deadline" pflag:",Default value of node execution timeout that includes the time spent to run the node/workflow"`
291-
DefaultNodeActiveDeadline config.Duration `json:"node-active-deadline" pflag:",Default value of node timeout that includes the time spent queued."`
292-
DefaultWorkflowActiveDeadline config.Duration `json:"workflow-active-deadline" pflag:",Default value of workflow timeout that includes the time spent queued."`
290+
DefaultNodeExecutionDeadline config.Duration `json:"node-execution-deadline" pflag:",Default value of node execution timeout that includes the time spent to run the node/workflow"`
291+
DefaultNodeActiveDeadline config.Duration `json:"node-active-deadline" pflag:",Default value of node timeout that includes the time spent queued."`
293292
}
294293

295294
// LeaderElectionConfig Contains leader election configuration.

flytepropeller/pkg/controller/config/config_flags.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flytepropeller/pkg/controller/config/config_flags_test.go

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)