Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@mrzyx.de>2012-09-22 05:09:20 +0400
committerJonne Haß <me@mrzyx.de>2012-09-26 22:23:47 +0400
commit5754f334ed84a3c69e19597dc3e715f059103bc4 (patch)
tree2cc37b0c8eab408343d5d2e51fc837fc89dd420e /Procfile
parent234b76a93640e47a5f3cfa62654bfac47781a6e1 (diff)
Change Procfile to minimal one
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile5
1 files changed, 0 insertions, 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