Load New Relic in manifest.yml startup command

This commit is contained in:
Ryan Ahearn
2023-01-26 16:13:52 -05:00
parent c3b45abc29
commit 12b2993700

View File

@@ -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