stop cache for now

This commit is contained in:
CHIEFSOFT\ameye
2024-08-22 05:50:10 -04:00
parent 70557f7419
commit 429047453c
+1 -1
View File
@@ -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);