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: cmd/manager/main.go
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,6 @@ var (
47
47
deleteCNRRequeue=app.Flag("delete-cnr-requeue", "How often to check if a CNR can be deleted").Default("24h").Duration()
48
48
defaultCNScyclingExpiry=app.Flag("default-cns-cycling-expiry", "Fail the CNS if it has been cycling for this long").Default("3h").Duration()
49
49
unhealthyPodTerminationThreshold=app.Flag("unhealthy-pod-termination-after", "How long to tolerate an un-evictable yet unhealthy pod before forcefully removing it").Default("5m").Duration()
50
-
51
-
// Retry configuration flags
52
-
awsRetryEnabled=app.Flag("aws-retry-enabled", "Enable retry logic for transient AWS API errors").Default("true").Bool()
53
-
awsMaxRetries=app.Flag("aws-max-retries", "Maximum number of retry attempts for transient AWS errors").Default("5").Int()
54
-
awsInitialDelayMs=app.Flag("aws-initial-delay-ms", "Initial delay in milliseconds before the first retry (exponential backoff)").Default("5000").Int()
55
-
awsMaxDelayMs=app.Flag("aws-max-delay-ms", "Maximum delay in milliseconds between retry attempts").Default("60000").Int()
0 commit comments