Commit e0880559 authored by Valeriy Sizov's avatar Valeriy Sizov

Merge pull request #914 from oreofish/betterqueue

only address resque works in post_receive and mailer queue
parents 5759f975 81f666d8
mkdir -p tmp/pids
bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes
bundle exec rake environment resque:work QUEUE=post_receive,mailer RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment