From 429047453cc5c8276459233b6e51930482b57565 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 22 Aug 2024 05:50:10 -0400 Subject: [PATCH] stop cache for now --- www-api/app/Controllers/WrenchJobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 0074cac8..41927b54 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -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);