From 2e0ba58bdcc1fd3547fc64ab925efc02d86d666e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 29 Dec 2011 13:32:10 -0500 Subject: [PATCH] setproctitle --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c63e4dc..c03e633 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent -t 3 \ No newline at end of file +web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent -t 3 --name httpbin \ No newline at end of file