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:
authorManuel Schölling <manuel.schoelling@gmx.de>2011-10-29 01:24:55 +0400
committerManuel Schölling <manuel.schoelling@gmx.de>2011-10-29 01:24:55 +0400
commit2de3f87c99f0b2759c81c159d07fc7c7e13c0289 (patch)
treee16ea15e8867da2b2617205e5babdcb94d76ef62 /Procfile
parentbcbc86e50286adc47631523fbfcd4687b15497a7 (diff)
Added 'rake resque/scheduler'
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile
index 8e97aa04d..3f6728a53 100644
--- a/Procfile
+++ b/Procfile
@@ -2,3 +2,4 @@ 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