We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027770b commit f354227Copy full SHA for f354227
main.go
@@ -20,7 +20,7 @@ const (
20
AnnotationTTL = "k8s-ttl-controller.twin.sh/ttl"
21
22
MaximumFailedExecutionBeforePanic = 10 // Maximum number of allowed failed executions before panicking
23
- ExecutionTimeout = 10 * time.Minute // Maximum time for each reconciliation before timing out
+ ExecutionTimeout = 20 * time.Minute // Maximum time for each reconciliation before timing out
24
ExecutionInterval = 5 * time.Minute // Interval between each reconciliation
25
ThrottleDuration = 50 * time.Millisecond // Duration to sleep for throttling purposes
26
)
0 commit comments