new param
This commit is contained in:
@@ -50,8 +50,8 @@ class AirFlow extends BaseController
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
$out =[];
|
||||
log_message('critical', "AirFlow::flowInterestcount ********* ALL ".serialize($in) );
|
||||
|
||||
log_message('critical', "AirFlow::flowInterestcount ********* CRON ");
|
||||
$in["action"] = "LOCAL_CALL_NO_ACTION";
|
||||
$endpoint = "WRENCH_JOB_INTEREST_COUNT";
|
||||
$res1 = $this->getCache($endpoint);
|
||||
if (count($res1)==0){
|
||||
|
||||
Reference in New Issue
Block a user