Increase liveness timeout
Change-Id: Ic8ff2d55fc4971918cc9f32de930eb19d17cee49
This commit is contained in:
parent
74b76de1fa
commit
b6ddb83ee3
@ -46,7 +46,7 @@ ETCD_TLS = None
|
||||
def retry(f):
|
||||
@functools.wraps(f)
|
||||
def wrap(*args, **kwargs):
|
||||
attempts = 3
|
||||
attempts = 4
|
||||
delay = 1
|
||||
while attempts > 1:
|
||||
try:
|
||||
|
@ -57,7 +57,7 @@ service:
|
||||
path: "/liveness"
|
||||
type: "httpGet"
|
||||
port: 8080
|
||||
timeout: 5
|
||||
timeout: 30
|
||||
initialDelay: 60
|
||||
scheme: "http"
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user