You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Hello.
I had an issue when I tried to deploy app on DC/OS.
The new tasks are not passing health check, but those tasks were receiving traffic before health check query.
Hello.
I had an issue when I tried to deploy app on DC/OS.
The new tasks are not passing health check, but those tasks were receiving traffic before health check query.
My info
App info (DC/OS)
{ "labels": { "HAPROXY_GROUP": "external", "HAPROXY_0_FRONTEND_HEAD": "", "HAPROXY_0_FRONTEND_BACKEND_GLUE": "", "HAPROXY_0_VHOST": "test.com" }, "id": "/test", "backoffFactor": 1.15, "backoffSeconds": 1, "container": { "portMappings": [ { "containerPort": 5000, "servicePort": 10131, "name": "python" } ], "type": "DOCKER", "volumes": [], "docker": { "image": "python:2", "forcePullImage": false, "privileged": false, "parameters": [] } }, "cpus": 2, "disk": 0, "healthChecks": [ { "gracePeriodSeconds": 300, "intervalSeconds": 60, "maxConsecutiveFailures": 3, "portIndex": 0, "timeoutSeconds": 60, "delaySeconds": 15, "protocol": "MESOS_HTTP", "path": "/health", "ipProtocol": "IPv4" } ], "instances": 3, "maxLaunchDelaySeconds": 3600, "mem": 2048, "gpus": 0, "networks": [ { "name": "dcos", "mode": "container" } ], "requirePorts": false, "upgradeStrategy": { "maximumOverCapacity": 0.1, "minimumHealthCapacity": 1 }, "killSelection": "YOUNGEST_FIRST", "unreachableStrategy": { "inactiveAfterSeconds": 0, "expungeAfterSeconds": 0 } }
Log
The text was updated successfully, but these errors were encountered: