add resque to gitlab service
This commit is contained in:
parent
2e2e0522d4
commit
5fdcbedab4
2 changed files with 8 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
mkdir tmp/pids
|
||||
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
|
||||
nohup bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production PIDFILE=tmp/pids/resque_worker.pid & >> log/resque_worker.log 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue