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:
James Polley 2018-07-31 11:02:20 +00:00
parent 247f7ef62c
commit 224740c977

View file

@ -120,10 +120,10 @@ function (slug, sha) {
"port": 8000, "port": 8000,
"scheme": "HTTP" "scheme": "HTTP"
}, },
"initialDelaySeconds": 120, "initialDelaySeconds": 180,
"periodSeconds": 10, "periodSeconds": 10,
"successThreshold": 1, "successThreshold": 1,
"timeoutSeconds": 2 "timeoutSeconds": 5
}, },
"name": "symposion-app", "name": "symposion-app",
"ports": [ "ports": [