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 Hass <mrzyx@mrzyx.de>2011-11-08 16:40:18 +0400
committerJonne Hass <mrzyx@mrzyx.de>2011-11-08 16:40:18 +0400
commit2cad824c826bc15b27a4dd09dc42b32b19227939 (patch)
treef8d92fe31b10cdad70f693f1a6ae94d2e8daab68 /Procfile
parent0a29408497053e736a91f03484ef5a03014e1618 (diff)
remove resque-scheduler from start scripts (resque-retry revert)
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 3f6728a53..8e97aa04d 100644
--- a/Procfile
+++ b/Procfile
@@ -2,4 +2,3 @@ web: bundle exec rails s thin -p $PORT
redis: redis-server
websocket: ruby script/websocket_server.rb
worker: QUEUE=* bundle exec rake resque:work
-scheduler: bundle exec rake resque:scheduler