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: docs/workloads/async/configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
success_threshold: <int> # minimum consecutive successes for the probe to be considered successful after having failed (default: 1)
43
43
failure_threshold: <int> # minimum consecutive failures for the probe to be considered failed after having succeeded (default: 3)
44
44
autoscaling: # autoscaling configuration (default: see below)
45
-
min_replicas: <int> # minimum number of replicas (default: 1)
45
+
min_replicas: <int> # minimum number of replicas (default: 1; min value: 0)
46
46
max_replicas: <int> # maximum number of replicas (default: 100)
47
47
init_replicas: <int> # initial number of replicas (default: <min_replicas>)
48
48
target_in_flight: <int> # desired number of in-flight requests per replica (including requests actively being processed as well as queued), which the autoscaler tries to maintain (default: 1)
0 commit comments