In IronCore.php you have set a connect timeout using CURLOPT_CONNECTTIMEOUT. Last weekend one of my queues went wild (see attached screen shot) and the script was blocked (running forever). I have fixed it with
curl_setopt($this->curl, CURLOPT_TIMEOUT, 20);
The java library had both connect and read timeout (I insisted for this). It was throwing a read timeout.
Hi,
In IronCore.php you have set a connect timeout using CURLOPT_CONNECTTIMEOUT. Last weekend one of my queues went wild (see attached screen shot) and the script was blocked (running forever). I have fixed it with
curl_setopt($this->curl, CURLOPT_TIMEOUT, 20);
The java library had both connect and read timeout (I insisted for this). It was throwing a read timeout.
Best Regards, Stefan Matei