Comment 13 for bug 1086075

Revision history for this message
Karthik (karthikgp) wrote :

Moreover, for resque setup, I also make these settings

PATH=/usr/local/bin:/usr/bin APP_INCLUDE=/var/www/api/scripts/resque_env.php

 and run these jobs in the background.

QUEUE=on_demand_movie COUNT=5 php /var/www/api/scripts/resque.php &
USER=username PASS=pass /var/lib/gems/1.8/bin/rackup api/scripts/boot.ru &

Please note, in the installation wiki only the job "USER=username PASS=pass /var/lib/gems/1.8/bin/rackup api/scripts/boot.ru" is mentioned. We need to update the wiki with other information as well.