New cacahe end

This commit is contained in:
CHIEFSOFT\ameye
2024-09-06 11:53:40 -04:00
parent 548416fecf
commit 8ea4e0ae87
+4
View File
@@ -68,6 +68,10 @@ class WrenchJobs extends BaseController
$out['internal_return'] = 0; // just backwad comaptobility
log_message('critical', "***** ***** WrenchJobs::getJobsData Cache Done:::Ret ");
}
$endpoint = "WRENCH_JOB_INTEREST_COUNT";
$out["interest_list"] = $this->getCache($endpoint);
log_message('critical', "***** ***** WrenchJobs::getJobsData Ret ");
return $this->respond( $this->summaryReturnData($in,$out), 200);
}