From 12b299370009ddb8fefebe4bcf18aa1d3e3aa7ae Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Thu, 26 Jan 2023 16:13:52 -0500 Subject: [PATCH] Load New Relic in manifest.yml startup command --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 66c9eade7..c82cd669b 100644 --- a/manifest.yml +++ b/manifest.yml @@ -4,7 +4,7 @@ applications: buildpack: python_buildpack instances: ((instances)) memory: ((memory)) - command: gunicorn -c /home/vcap/app/gunicorn_config.py application + 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-invocation-timeout: 10