Skip to content

Commit ce5588e

Browse files
committed
Update default prober count for openfaas edge to 10s
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent caeb204 commit ce5588e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/edge/scale-to-zero.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ services:
4040
# The interval between probes
4141
- probe_interval=100ms
4242
# Max number of probes
43-
- probe_count=20
43+
- probe_count=100
4444
```
4545

46-
This value gives you around 2s of probing time, which may or may not be enough for your functions. If you start to see failures, simply increase the `probe_count` value to a higher number.
46+
This value gives you around 10s of probing time, which may or may not be enough for your functions. If you start to see failures, simply increase the `probe_count` value to a higher number.
4747

4848
To turn of function probing set `probe_functions=false`.
4949

0 commit comments

Comments
 (0)