gitlabhq/resque.sh

3 lines
149 B
Bash
Raw Normal View History

mkdir -p tmp/pids
2012-03-23 22:00:05 +01:00
bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes