Skip to content

Commit

Permalink
newrelic profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
natronics committed Mar 22, 2013
1 parent 58f5a05 commit 5686bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: gunicorn app:app -b "0.0.0.0:$PORT" -w 8
web: newrelic-admin run-program gunicorn -b "0.0.0.0:$PORT" -w 9 app:app
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -4,6 +4,7 @@ Werkzeug==0.8.3
argparse==1.2.1
distribute==0.6.24
gunicorn==0.17.2
newrelic==1.10.2.38
pyephem==3.7.5.1
redis==2.7.2
wsgiref==0.1.2

0 comments on commit 5686bbe

Please sign in to comment.