fixing missing and incorrect paths for Resque class and Resque_Job_Status

This commit is contained in:
Joe Frey 2012-08-08 16:19:53 -04:00
parent 905c396703
commit 26ae7a63da

View File

@ -3,7 +3,8 @@ if(empty($argv[1])) {
die('Specify the ID of a job to monitor the status of.'); die('Specify the ID of a job to monitor the status of.');
} }
require '../lib/resque.php'; require '../lib/Resque/Job/Status.php';
require '../lib/Resque.php';
date_default_timezone_set('GMT'); date_default_timezone_set('GMT');
Resque::setBackend('127.0.0.1:6379'); Resque::setBackend('127.0.0.1:6379');