gitlab-org--gitlab-foss/resque.sh

3 lines
156 B
Bash
Raw Normal View History

mkdir -p tmp/pids
bundle exec rake environment resque:work QUEUE=post_receive,mailer RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes