Skip to content

Commit a2f6bbe

Browse files
authored
fix: increase replica wait timeout to 20s (#1466)
This aligns the value with what is used in the provided release artifacts and in the helm chart. Signed-off-by: Vincent Link <[email protected]>
1 parent de1a09f commit a2f6bbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

interceptor/config/timeouts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Timeouts struct {
1717
ResponseHeader time.Duration `envconfig:"KEDA_RESPONSE_HEADER_TIMEOUT" default:"500ms"`
1818
// WorkloadReplicas is how long to wait for the backing workload
1919
// to have 1 or more replicas before connecting and sending the HTTP request.
20-
WorkloadReplicas time.Duration `envconfig:"KEDA_CONDITION_WAIT_TIMEOUT" default:"1500ms"`
20+
WorkloadReplicas time.Duration `envconfig:"KEDA_CONDITION_WAIT_TIMEOUT" default:"20s"`
2121
// ForceHTTP2 toggles whether to try to force HTTP2 for all requests
2222
ForceHTTP2 bool `envconfig:"KEDA_HTTP_FORCE_HTTP2" default:"false"`
2323
// MaxIdleConns is the max number of idle connections to keep in the

0 commit comments

Comments
 (0)