summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-19 20:56:31 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-20 10:16:17 +0200
commit41e981740ffc54f68ae5f8fe7b719183cd125094 (patch)
treef5f2899e25238df2e58a4fd30418dcbdf59c32c2 /Procfile
parent729b358ff2981d8931e27fdc33d29b9528232c32 (diff)
downloadgitlab-ce-41e981740ffc54f68ae5f8fe7b719183cd125094.tar.gz
Use 2 workers in development
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 9003369c938..18df7e78f9b 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-web: bundle exec unicorn_rails -p $PORT -E development
+web: bundle exec unicorn_rails -p $PORT -E development -c config/unicorn_development.rb
worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell