Remove cache
This commit is contained in:
@@ -22,12 +22,12 @@ class WrenchJobManager extends BaseController
|
||||
$endpoint = "WRENCHBOARD_JOB_LISTJOBS-" . $in["client_uid"];
|
||||
|
||||
$out = $this->getCache($endpoint);
|
||||
if (count($out) == 0) {
|
||||
// if (count($out) == 0) { //suspend cache for now
|
||||
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
|
||||
$this->saveCache($endpoint, $out, 1500);
|
||||
$out['internal_return'] = $ret;
|
||||
log_message('critical', "***** ***** WrenchJobManager::jobManagerList Cache Done:::Ret " . $ret);
|
||||
}
|
||||
//}
|
||||
log_message('critical', "***** ***** WrenchJobManager::jobManagerList Ret ");
|
||||
return $this->respond($this->summaryReturnData($in, $out), 200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user