gitlabhq/resque.sh
2012-01-09 13:30:19 +02:00

3 lines
181 B
Bash
Executable file

mkdir tmp/pids
nohup bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1