From 73121a08a5baa3b5696096982d14a918885132e2 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sat, 11 Jan 2014 11:43:06 -0800
Subject: [PATCH] whoops concurrency

---
 Procfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Procfile b/Procfile
index 110dbde..63d8d0c 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
 web: gunicorn wsgi:application -b 0.0.0.0:$PORT -w 8
-worker: python manage.py celeryd -E -B --beat -concurrency=1
\ No newline at end of file
+worker: python manage.py celeryd -E -B --beat --concurrency=1
\ No newline at end of file
-- 
GitLab