You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/controller/config/config.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ type Config struct {
25
25
MaxBackoffDuration config.Duration`json:"maxBackoffDuration" pflag:"\"30s\",Determines the max backoff for exponential retries."`
26
26
MaxErrDuration config.Duration`json:"maxErrDuration" pflag:"\"5m\",Determines the max time to wait on errors."`
27
27
FlinkJobVertexTimeout config.Duration`json:"flinkJobVertexTimeout" pflag:"\"3m\",Determines the max time to wait on job vertex state turns into RUNNING."`
0 commit comments