iron-io / iron_mq_php

PHP client for IronMQ.
www.iron.io
BSD 2-Clause "Simplified" License
89 stars 43 forks source link

queue timeout #75

Closed smatei closed 6 years ago

smatei commented 8 years ago

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);

iron io

The java library had both connect and read timeout (I insisted for this). It was throwing a read timeout.

Best Regards, Stefan Matei