Hey,
I am using the phalcon beanstalk classes to get JSON-encoded data (no whitespaces or anything, its valid JSON) from a local beanstalk queue and get the following error when calling peekReady
PHP Notice: Phalcon\Queue\Beanstalk::peekReady(): Error at offset 0 of 556 bytes
I tracked it down to be somewhat related to PHP's unserialize function, but thats the end of my knowledge.
Previewing the job in beanstalk_console works fine. When I try to reserve a Job the PHP-script just halts altogether until I cancel it manually.
Any idea?