selectField( 'job', 'count(*)', '', 'runJobs.php' ) ) { while ( false != ($job = Job::pop()) ) { wfWaitForSlaves( 5 ); print $job->id . " " . $job->toString() . "\n"; if ( !$job->run() ) { print "Error: {$job->error}\n"; } } } ?>