Skip to content

Commit 5686bbe

Browse files
committed
newrelic profiling
1 parent 58f5a05 commit 5686bbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Procfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn app:app -b "0.0.0.0:$PORT" -w 8
1+
web: newrelic-admin run-program gunicorn -b "0.0.0.0:$PORT" -w 9 app:app

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Werkzeug==0.8.3
44
argparse==1.2.1
55
distribute==0.6.24
66
gunicorn==0.17.2
7+
newrelic==1.10.2.38
78
pyephem==3.7.5.1
89
redis==2.7.2
910
wsgiref==0.1.2

0 commit comments

Comments
 (0)