Merge pull request #354 from GSA/new-relic

Load New Relic in manifest.yml startup command
This commit is contained in:
Ryan Ahearn
2023-01-27 08:27:18 -05:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ applications:
buildpack: python_buildpack buildpack: python_buildpack
instances: ((instances)) instances: ((instances))
memory: ((memory)) 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-type: http
health-check-http-endpoint: '/_status?simple=true' health-check-http-endpoint: '/_status?simple=true'
health-check-invocation-timeout: 10 health-check-invocation-timeout: 10