gitlabhq/resque.sh

3 lines
168 B
Bash
Raw Permalink Normal View History

mkdir -p tmp/pids
2012-07-15 14:29:06 +02:00
bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes