resque via nohup
This commit is contained in:
parent
4eef112462
commit
be1dc5544a
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
mkdir -p tmp/pids
|
||||
bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid BACKGROUND=yes
|
||||
nohup bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid > ./log/resque.log &
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
mkdir -p tmp/pids
|
||||
bundle exec rake environment resque:work QUEUE=post_receive,mailer,system_hook VVERBOSE=1 PIDFILE=tmp/pids/resque_worker.pid RAILS_ENV=development BACKGROUND=yes
|
||||
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 &
|
||||
|
|
Loading…
Reference in a new issue