From 5754f334ed84a3c69e19597dc3e715f059103bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 22 Sep 2012 03:09:20 +0200 Subject: [PATCH] Change Procfile to minimal one --- Procfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Procfile b/Procfile index b859a2b56..1f59ec437 100644 --- a/Procfile +++ b/Procfile @@ -1,6 +1 @@ web: bundle exec unicorn -c config/unicorn.rb -p $PORT -redis: redis-server -catchall_worker: env QUEUE=* bundle exec rake resque:work -slow_worker: env QUEUES=socket_webfinger,photos,http_service,dispatch,receive_local,mail,receive,receive_salmon,http,delete_account bundle exec rake resque:work -priority_worker: env QUEUES=socket_webfinger,photos,http_service,dispatch,mail,delete_account bundle exec rake resque:work -super_slow_worker: env QUEUE=http,receive_salmon bundle exec rake resque:work \ No newline at end of file