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
path: root/chef
diff options
context:
space:
mode:
authormaxwell <maxwell@joindiaspora.com>2010-12-10 20:57:49 +0300
committermaxwell <maxwell@joindiaspora.com>2010-12-10 20:57:49 +0300
commit533b2e45f230793eeec2715571002ccfafd8849d (patch)
tree8634c000766b856cecdd30e03c2edc6fbb5626e3 /chef
parent416a36ea9a035dc5cf897ad471eb26fb6b518405 (diff)
updating queue order to have socket webfinger
Diffstat (limited to 'chef')
-rw-r--r--chef/cookbooks/common/recipes/daemontools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/cookbooks/common/recipes/daemontools.rb b/chef/cookbooks/common/recipes/daemontools.rb
index 11c742b8d..7040ade0e 100644
--- a/chef/cookbooks/common/recipes/daemontools.rb
+++ b/chef/cookbooks/common/recipes/daemontools.rb
@@ -58,7 +58,7 @@ execute "executable" do
end
execute "resque worker run" do
- command "mkdir -p /service/resque_worker && echo '#!/bin/sh' > /service/resque_worker/run && echo 'cd /user/local/app/diaspora && RAILS_ENV=production QUEUE=* HOME=/usr/local/app/diaspora exec /usr/local/bin/rake resque:work' >> /service/resque_worker/run"
+ command "mkdir -p /service/resque_worker && echo '#!/bin/sh' > /service/resque_worker/run && echo 'cd /user/local/app/diaspora && RAILS_ENV=production QUEUES=socket_webfinger,receive,receive_salmon, email,http HOME=/usr/local/app/diaspora exec /usr/local/bin/rake resque:work' >> /service/resque_worker/run"
end
execute "executable" do