Hi as mentioned in the title is not an issue, have an php app in which i put some job via https://github.com/pda/pheanstalk/
$pheanstalk
->useTube('testtube')
->put(json_encode(array('hello' => 'mdjaman')));
then i want fivebeans worker to process the job; unfornatedly i missed something in documentation.
Can someone point me to right track