Closed bdero closed 8 years ago
This set of changes adds the necessary pieces for continuous deployment (as well as automated deployment of new environments) on Heroku.
The uwsgi config includes the following lines for compatibility with the New Relic python agent for monitoring:
enable-threads = true single-interpreter = true
See this resource for a detailed explanation of these two lines: https://docs.newrelic.com/docs/agents/python-agent/hosting-mechanisms/python-agent-uwsgi#mandatory-options
Closes #25. Closes #26.
:+1:
This set of changes adds the necessary pieces for continuous deployment (as well as automated deployment of new environments) on Heroku.
The uwsgi config includes the following lines for compatibility with the New Relic python agent for monitoring:
See this resource for a detailed explanation of these two lines: https://docs.newrelic.com/docs/agents/python-agent/hosting-mechanisms/python-agent-uwsgi#mandatory-options
Closes #25. Closes #26.