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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-09 15:30:19 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-09 15:30:19 +0400
commit3c9d7b7077f41ab354dd36c42bdd74345993159a (patch)
treea84caaddabdbcce21f2c79b4fbc3675e33bb3a21 /Procfile
parentcaa5a78863289b7703554f845dabc08ca0d53d2c (diff)
Procfile production, resque script
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 2f73f49416d..09ec8cc2745 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
web: bundle exec rails s -p $PORT
-worker: bundle exec rake environment resque:work QUEUE=*
+worker: bundle exec rake environment resque:work QUEUE=* VVERBOSE=1