Increase initialdelay to 180 seconds.
120 seconds is a little too short; the instance is getting killed partway through coming up.
This commit is contained in:
parent
247f7ef62c
commit
224740c977
1 changed files with 2 additions and 2 deletions
|
@ -120,10 +120,10 @@ function (slug, sha) {
|
|||
"port": 8000,
|
||||
"scheme": "HTTP"
|
||||
},
|
||||
"initialDelaySeconds": 120,
|
||||
"initialDelaySeconds": 180,
|
||||
"periodSeconds": 10,
|
||||
"successThreshold": 1,
|
||||
"timeoutSeconds": 2
|
||||
"timeoutSeconds": 5
|
||||
},
|
||||
"name": "symposion-app",
|
||||
"ports": [
|
||||
|
|
Loading…
Reference in a new issue