diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 08:14:05 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 08:14:05 +0300 |
commit | c7bb3a1f726be189ccce51bdd631b26eb4f64db1 (patch) | |
tree | 9e55df4e9e0e4543dfd77de459888f1c0a47a41d /Procfile | |
parent | 7bfd38eaa95988accfc6bb09759d7688126f5692 (diff) | |
download | gitlab-ce-c7bb3a1f726be189ccce51bdd631b26eb4f64db1.tar.gz |
sidekiq
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ web: bundle exec rails s -p $PORT -worker: bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 +worker: bundle exec sidekiq -q post_receive,mailer,system_hook,common |