gitlabhq/resque_dev.sh
Dmitriy Zaporozhets be1dc5544a resque via nohup
2012-11-19 15:11:20 +02:00

3 lines
193 B
Bash
Executable file

mkdir -p tmp/pids
nohup bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook VVERBOSE=1 RAILS_ENV=development PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.log &