try initializing new relic after we monkeypatch

This commit is contained in:
Kenneth Kehl
2025-07-29 07:55:48 -07:00
parent e7cee89624
commit 1ff90843d7
4 changed files with 7 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ if [[ $CF_INSTANCE_INDEX -eq 0 ]]; then
flask db upgrade
fi
exec newrelic-admin run-program gunicorn -c ${HOME}/gunicorn_config.py gunicorn_entry:application
exec gunicorn -c ${HOME}/gunicorn_config.py gunicorn_entry:application