Skip to content

Commit 01182c6

Browse files
committed
Update check_interval check_timeout default
1 parent 9d678fc commit 01182c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

openapi.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24360,17 +24360,21 @@ components:
2436024360
example: http_body
2436124361
check_interval:
2436224362
type: integer
24363-
description: >
24363+
description: |
2436424364
How often, in seconds, to check that backends are up and serving requests.
24365+
24366+
Must be greater than `check_timeout`.
2436524367
example: 90
24366-
default: 2
24368+
default: 31
2436724369
check_timeout:
2436824370
type: integer
2436924371
minimum: 1
2437024372
maximum: 30
2437124373
default: 30
24372-
description: >
24374+
description: |
2437324375
How long, in seconds, to wait for a check attempt before considering it failed.
24376+
24377+
Must be less than `check_interval`.
2437424378
example: 10
2437524379
check_attempts:
2437624380
type: integer

0 commit comments

Comments
 (0)