My environment: Rails 3.2.x with RVM, Passenger, Apache on Linux (Ubuntu), I do not use Capistrano and at the moment I do not intend to do this.
I have included Resque in my Rails application and everything works fine when scque is manually started using
rake RAILS_ENV=production environment resque:work QUEUE='*'
The next step will be the automatic launch of Resque (reboot) when starting (rebooting) the Passenger.
How should I do it?
source
share