gitlabhq/resque.sh

3 lines
170 B
Bash
Raw Normal View History

2012-01-09 12:30:19 +01:00
mkdir tmp/pids
2012-02-19 11:36:16 +01:00
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker_QUEUE.pid & >> log/resque_worker_QUEUE.log 2>&1