mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-31 19:40:15 -04:00
Load New Relic in manifest.yml startup command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user