Improved resque.sh
This commit is contained in:
parent
6af33483fc
commit
255a9e0325
|
@ -1,2 +1,2 @@
|
||||||
mkdir tmp/pids
|
mkdir tmp/pids
|
||||||
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid & >> log/resque_worker.log 2>&1
|
bundle exec rake environment resque:work QUEUE=post_receive RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes
|
||||||
|
|
Loading…
Reference in a new issue