stop cache for now
This commit is contained in:
@@ -20,7 +20,7 @@ class WrenchJobs extends BaseController
|
||||
$out=[];
|
||||
$endpoint = "COMPLETED_HX-". $in["uid"];
|
||||
|
||||
$out = $this->getCache($endpoint);
|
||||
// $out = $this->getCache($endpoint);
|
||||
if ( count($out)==0 ){
|
||||
$local_url = "http://".$this->micro_service_net1.":3033/completedHx";
|
||||
$out = $this->APIcall('GET', $local_url, $in);
|
||||
|
||||
Reference in New Issue
Block a user