ZEND job queue api returning empty results
$jobs = $jq->getJobsList(array(
'status' => ZendJobQueue::STATUS_RUNNING
);
The above code is returning empty result though there are multiple process
running(i can see it using zend server User Interface).
I am using zend enterprise version 6(trial)
Does anyone has a solution ?
No comments:
Post a Comment