From b4b890206a2d046dea623835ba304ea149ee963f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 14 Mar 2017 17:00:32 -0400 Subject: [PATCH 1/3] empty commit From db56addd692bbf0aa2a1676bb4604bbfb0d5f29a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 14 Mar 2017 17:14:04 -0400 Subject: [PATCH 2/3] don't specify gunicorn workers --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index aaba562..5e50d67 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -w 6 --log-file - +web: gunicorn httpbin:app --log-file - From d5150ddb6d3a25ff41188451babd561fbaa36236 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 14 Mar 2017 17:21:18 -0400 Subject: [PATCH 3/3] empty commit