From 75f820e75b764b887a33bdfeb199dfa622d4917f Mon Sep 17 00:00:00 2001 From: Steven Reilly Date: Fri, 22 Sep 2023 15:03:19 -0400 Subject: [PATCH] switch to port healthcheck --- manifest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.yml b/manifest.yml index fa438aa37..1131e32f9 100644 --- a/manifest.yml +++ b/manifest.yml @@ -6,8 +6,7 @@ applications: instances: ((instances)) memory: ((memory)) command: newrelic-admin run-program gunicorn -c /home/vcap/app/gunicorn_config.py application - health-check-type: http - health-check-http-endpoint: '/_status?simple=true' + health-check-type: port health-check-invocation-timeout: 10 routes: - route: ((public_admin_route))