summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-06 20:20:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-06 20:20:09 +0200
commit05c6f9fbdb59ed2bbd87a834d5a07590cb3db5d1 (patch)
tree3cde8fbff2d48ddea8ec9038c1c21e44e7c18b4d /Procfile
parent874a71ecd8b8799632ff002b1ab9b146d95076e0 (diff)
downloadgitlab-ci-05c6f9fbdb59ed2bbd87a834d5a07590cb3db5d1.tar.gz
Polising after schedule
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index d6b8898..5b0b8b7 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,3 @@
web: bundle exec rails s -p $PORT
-worker: bundle exec rake environment resque:work QUEUE=runner VVERBOSE=1
+worker: bundle exec rake environment resque:work QUEUE=runner,scheduler_task VVERBOSE=1
+schedule: bundle exec rake environment resque:scheduler VVERBOSE=1 RAILS_ENV=development