diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-29 17:56:29 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-29 17:56:29 +0200 |
commit | 2ed9a42edc0c85a1e6957cbe2878229285fa519b (patch) | |
tree | d5a1368656c1a18df2a09bccb63b3b71ad49b885 | |
parent | ed4e682eb809de9103c713a6604a732345e57529 (diff) | |
download | gitlab-ce-2ed9a42edc0c85a1e6957cbe2878229285fa519b.tar.gz |
Fix sidekiq for development
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ web: bundle exec unicorn_rails -p ${PORT:="3000"} -E ${RAILS_ENV:="development"} -c ${UNICORN_CONFIG:="config/unicorn.rb"} -worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell +worker: bundle exec sidekiq -q post_receive -q mailer -q system_hook -q project_web_hook -q gitlab_shell -q common -q default |