After getting a working version going, it looks like it's necessary to update
the handler as well in the GM_Queue_Adapter_Db class otherwise the message
is read immediately by the queue. Add the following lines:
                if ($timeout) {
                        $msg->handle = md5(uniqid(rand(), true));
                }

after 
                $msg->timeout  = $timeout;




DorkFest wrote:
> 
> In case anyone besides me is following this thread, it looks like a
> regular unix timestamp does work just fine. I'm just unclear why it needs
> four decimal places of accuracy.
> 
> Signing off!
> E
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Zend_Queue-and-delayed-jobs-tp26053039p26054964.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to