summaryrefslogtreecommitdiff
path: root/resque.sh
blob: 145440fa814c8322ee151da46acf6f616aa7fd33 (plain)
1
2
mkdir -p tmp/pids
nohup bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.stdout.log 2>./log/resque.stderr.log  &