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

3 lines
158 B
Bash
Raw Normal View History

2012-01-09 11:30:19 +00:00
mkdir tmp/pids
2012-03-15 17:49:36 +00:00
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid & >> log/resque_worker.log 2>&1