...
Start the resque scheduler and worker
Code Block |
---|
BACKGROUND=yes RAILS_ENV=development bundle exec rake RAILS_ENV=development resque:scheduler BACKGROUND=yes RAILS_ENV=development QUEUE=* bundle exec rake RAILS_ENV=development resque:work |
make sure avalon.yml streaming content_path is set
...